-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: ed3c840fd3804c3541e77652a453978196f35ff298deeab206cabdf2a21448be name: marihana version: 0.1.0.0 description: Please see the README on Github at 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 exposed-modules: Marihana 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 , 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 , marihana other-modules: Paths_marihana default-language: Haskell2010