-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: de26692a487cf6cb3d7f976c8e35382b4acb69f3bb6a99e5a7d288db6b942b23 name: slick version: 0.1.0.2 description: Please see the README on GitHub at homepage: https://github.com/ChrisPenner/slick#readme bug-reports: https://github.com/ChrisPenner/slick/issues author: Chris Penner maintainer: example@example.com copyright: 2018 Chris Penner license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/ChrisPenner/slick library exposed-modules: Slick Slick.Caching Slick.Mustache Slick.Pandoc other-modules: Paths_slick hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , binary , bytestring , containers , lens , lens-aeson , mustache , pandoc , shake , text , time default-language: Haskell2010 test-suite slick-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_slick hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , binary , bytestring , containers , lens , lens-aeson , mustache , pandoc , shake , slick , text , time default-language: Haskell2010