cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: da768fcf600dd37ae5fce6e8868b24b8666feb98c7f1da0b3f2cf0b343f1f819 name: WordParse version: 0.1.0.0 description: Please see the README on GitHub at author: Joshua Moerman copyright: 2020 Joshua Moerman license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/githubuser/WordParse library exposed-modules: Parse Process other-modules: Paths_WordParse hs-source-dirs: src build-depends: attoparsec , base >=4.7 && <5 , containers , parser-combinators , text default-language: Haskell2010 executable WordParse-exe main-is: Main.hs other-modules: Paths_WordParse hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: WordParse , attoparsec , base >=4.7 && <5 , containers , parser-combinators , text default-language: Haskell2010