Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
word-parse/WordParse.cabal
2020-11-16 10:32:56 +01:00

54 lines
1.2 KiB
Text

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 <https://github.com/githubuser/WordParse#readme>
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