cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack -- -- hash: 710898ee46d42b0dd2fae9b00bc93faa717d4b81a33323c6e28c94e94fe72a81 name: slick version: 1.4.0.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: christopher.penner@gmail.com copyright: 2019-present 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 >=3.8 , shake , text , unordered-containers default-language: Haskell2010