-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 7f8831921a432c2114571ecda67c31e4ef565515f70df8a814149517dfb7d3e9 name: marihana version: 0.2.1.0 synopsis: Minimal tool to make your blog in Haskell description: Please see the README on Github at category: Web homepage: https://github.com/suzukeno/marihana#readme bug-reports: https://github.com/suzukeno/marihana/issues author: Akeno Suzukaze maintainer: nanisanumber+contact@gmail.com copyright: 2018 Akeno Suzukaze 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/suzukeno/marihana library hs-source-dirs: src build-depends: base >=4.7 && <5 , directory , filepath , process exposed-modules: Marihana Marihana.Build Marihana.Deploy Marihana.Help Marihana.Version other-modules: Paths_marihana default-language: Haskell2010 executable marihana main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , directory , filepath , marihana , process other-modules: Paths_marihana default-language: Haskell2010 test-suite marihana-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , directory , filepath , marihana , process other-modules: Paths_marihana default-language: Haskell2010