-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8ff6d7650c41b77495bb3efa9ef35ba57467df339fe643ef38adefd45bddd577 name: marihana version: 0.2.0.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 exposed-modules: Marihana Marihana.Build 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 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 other-modules: Paths_marihana default-language: Haskell2010