-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 8bfb3a348b921525671bec30282178f46f7ea5a0da115a211526d753e3a051fd name: mameya version: 0.1.0 synopsis: static site generator made to learn 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: Copyright (c) 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 Mameya.Build Mameya.Deploy Mameya.Help Mameya.New Mameya.Server 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