-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 1437e1dbe6719b9c7e80b29a8981118f437c64763e970295b33e5c744bf396bd name: mameya version: 0.2.0.1 synopsis: Static Website Generator in Haskell description: Please see the README on GitHub at category: Web homepage: https://github.com/bururabit/mameya#readme bug-reports: https://github.com/bururabit/mameya/issues author: bururabit maintainer: bururabit@gmail.com copyright: 2018 bururabit license: MIT 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/bururabit/mameya library exposed-modules: MameYa other-modules: Paths_mameya hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 executable mameya main-is: Main.hs other-modules: Paths_mameya hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , mameya default-language: Haskell2010 test-suite mameya-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_mameya hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , mameya default-language: Haskell2010