cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack -- -- hash: 73d89b294052a33be586d344ec2f97bbbf5559e98e3a6b2bc6c391c6d38a47e6 name: slick version: 1.2.1.0 synopsis: A quick & easy static site builder built with shake and pandoc. description: Please see the README on GitHub at category: Web homepage: https://github.com/ChrisPenner/slick#readme bug-reports: https://github.com/ChrisPenner/slick/issues author: Chris Penner maintainer: example@example.com copyright: 2019-2021 Chris Penner license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/ChrisPenner/slick library exposed-modules: Slick Slick.Caching Slick.Mustache Slick.Pandoc Slick.Shake Slick.Utils other-modules: Paths_slick hs-source-dirs: src ghc-options: -Wall build-depends: aeson , base >=4.7 && <5 , bytestring , directory , extra , mustache , pandoc , shake , text , unordered-containers default-language: Haskell2010