-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d170c81f75e67607080645348a2005b19640ee86e409e1a6ab47dae6ad5a8978 name: marihana version: 0.2.2.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 data-files: init/css/base.css init/templates/archives.html init/templates/base.html init/templates/post.html 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.Init 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