Îõ³h& $      !"# Safe-InferredÂ$%&'()*+?DEPRECATED -- Advanced caching tools for using slick with shake(c) Chris Penner, 2019BSD3None8ÉÎ×Ù˜slickÇNote that you probably don't need this if you're using the recommended Development.Shake.Forward? module. It can do a lot of caching for you, otherwise look at  .A wrapper around , which given a q which is a - allows caching and retrieving .&s within Shake. See documentation on ,% or see Slick examples for more info. †-- We need to define a unique datatype as our cache key newtype PostFilePath = PostFilePath String -- We can derive the classes we need (using GeneralizedNewtypeDeriving) -- so long as the underlying type implements them deriving (Show, Eq, Hashable, Binary, NFData) -- now in our shake rules we can create a cache by providing a loader action do postCache <- jsonCache $ \(PostFilePath path) -> readFile' path >>= markdownToHTML . Text.pack -- Now use postCache inside an Action to load your post with caching!slickLike > but allows caching/retrieving any JSON serializable objects.slickÇNote that you probably don't need this if you're using the recommended Development.Shake.Forward? module. It can do a lot of caching for you, otherwise look at  .A wrapper around Ð which simplifies caching of values which do NOT depend on an input parameter. Unfortunately Shake still requires that the key type implement several typeclasses, however this is easily accomplished using GeneralizedNewtypeDeriving and a wrapper around (). example usage: ’{-# LANGUAGE GeneralizedNewtypeDeriving #-} module Main where newtype ProjectList = ProjectList () deriving (Show, Eq, Hashable, Binary, NFData)Within your shake Rules: îprojectCache = simpleJsonCache (ProjectList ()) $ do -- load your project list here; returning it as a ValueslickLike 1 but allows caching any JSON serializable object.)Slick utilities for working with mustache(c) Chris Penner, 2019BSD3None ± slickLike / from  +http://hackage.haskell.org/package/mustachemustacheÒ but tracks changes to template files and partials within Shake for cache-busting.  &Slick utilities for working with shake(c) Chris Penner, 2019BSD3None R slick9Build your slick site. This is a good candidate for your main function.Calls through to 0 with extra verbosity slickÙBuild your slick site with the provided shake options. This is a good candidate for your main function.| Calls through to 0 with the provided options  Slick helper utilities(c) Chris Penner, 2019BSD3None ÞslickàGiven a list of extensions and directories, find all files that match, and return full paths.slick=Attempt to convert between two JSON serializable objects (or .4s). Failure to deserialize fails the Shake build.slickfile pattern like *.mdslickdirectories to look at'Slick utilities for working with Pandoc(c) Chris Penner, 2019BSD3None ]slickÝReasonable options for reading a markdown file. Behaves similar to Github Flavoured MarkdownslickÒReasonable options for rendering to HTML. Includes default code highlighting rulesslick/Reasonable options for reading an org-mode fileslickConvert markdown text into a .;The ./ has a "content" key containing rendered HTML.3Metadata is assigned on the respective keys in the .slickLike 2 but allows returning any JSON serializable objectslickLike Á but allows providing additional pandoc reader and writer optionsslickLike * but returns any JSON serializable object.slickConvert org-mode text into a .;The ./ has a "content" key containing rendered HTML.3Metadata is assigned on the respective keys in the .slickLike 1 but allows returning any JSON compatible object.slickLike Á but allows providing additional pandoc reader and writer optionsslickLike 0 but allows returning any JSON compatible objectslickGiven a reader from   Ø this creates a loader which given the source document will read its metadata into a . returning both the 1# object and the metadata within an 2…. The metadata values will be read as Markdown but rendered as plain text, removing any links, pictures, and inline formatting.slickGiven a reader from   , and a writer from   ø, this creates a loader which given the source document will read its metadata as Markdown, then render it into a .& using the writer, returning both the 1& object and the metadata within an 2slickLike Ç but will deserialize the metadata into any object which implements 3¶. Failure to deserialize will fail the Shake build. Metadata values will be read as Markdown but rendered as plain text, removing any links, pictures, and inline formatting. slickLike Ç but will deserialize the metadata into any object which implements 36. Failure to deserialize will fail the Shake build.!slick*Load in a source document using the given , then render the 1 into text using the given . Returns a .ï wherein the rendered text is set to the "content" key and any metadata is set to its respective key in the ."slickLike !" but allows also deserializes the .% into any object which implements 37. Failure to deserialize will fail the Shake build.#slickFlatten a Pandoc 4ç into a well-structured JSON object, rendering Pandoc text objects into plain strings along the way.slickÂPandoc reader options to specify extensions or other functionalityslick&Pandoc writer options to modify outputslickText for conversionslickÂPandoc reader options to specify extensions or other functionalityslick&Pandoc writer options to modify outputslickText for conversionslickÂPandoc reader options to specify extensions or other functionalityslick&Pandoc writer options to modify outputslickText for conversionslickÂPandoc reader options to specify extensions or other functionalityslick&Pandoc writer options to modify outputslickText for conversion !"# !"#>A quick & simple static site builder built on Shake and Pandoc(c) Chris Penner, 2019BSD3None   5  !"#$%&'()*+,-./0123456789:;<=;>?@AB CD;EFGH;IJ@KLFGMÎ#slick-1.1.2.0-KG3J7MjgxGtqMyjoC2oomSlick Slick.CachingSlick.Mustache Slick.Shake Slick.Utils Slick.Pandoc Paths_slickDevelopment.Shake.Forward cacheAction Text.PandocReadersWriters%mustache-2.3.1-8zBwuoKabP3Bf10n6MomcIText.Mustache.Render substitute jsonCache jsonCache'simpleJsonCachesimpleJsonCache'$fShowCacheQuery$fEqCacheQuery$fGenericCacheQuery$fBinaryCacheQuery$fNFDataCacheQuery$fHashableCacheQuerycompileTemplate'slick slickWithOptsgetDirectoryPathsconvert PandocWriter PandocReaderdefaultMarkdownOptionsdefaultHtml5OptionsdefaultOrgModeOptionsmarkdownToHTMLmarkdownToHTML'markdownToHTMLWithOptsmarkdownToHTMLWithOpts' orgModeToHTMLorgModeToHTML'orgModeToHTMLWithOptsorgModeToHTMLWithOpts'makePandocReadermakePandocReaderWithMetaWritermakePandocReader'makePandocReaderWithMetaWriter' loadUsing loadUsing' flattenMetaversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName#shake-0.19.5-6sfdcCmap5DDKBeyhUitUk'Development.Shake.Internal.Rules.OracleaddOracleCache Development.Shake.Internal.Value ShakeValue$aeson-1.5.6.0-4T8KMDTgX9LIGPyuagNLw0Data.Aeson.Types.InternalValueText.Mustache.CompilecompileTemplateshakeArgsForward(pandoc-types-1.22-HhsAbDTZFJz2Y7ukMxjFyvText.Pandoc.DefinitionPandoc%Development.Shake.Internal.Core.TypesActionData.Aeson.Types.FromJSONFromJSONMeta