1234567891011121314151617181920212223242526272829303132 |
- -- Initial tools-for-attoparsec.cabal generated by cabal init. For further
- -- documentation, see http://haskell.org/cabal/users-guide/
- name: tools-for-attoparsec
- version: 0.1.0.0
- synopsis: Extra tools for attoparsec ByteString.Char8 parsers
- -- description:
- homepage: https://sealgram.com/git/haskell/tools-for-attoparsec
- license: BSD3
- license-file: LICENSE
- author: Marcos Dumay de Medeiros
- maintainer: marcos@marcosdumay.com
- -- copyright:
- -- category:
- build-type: Simple
- -- extra-source-files:
- cabal-version: >=1.10
- library
- exposed-modules: Data.Attoparsec.ByteString.Char8.Extras
- -- other-modules:
- -- other-extensions:
- build-depends:
- base >=4.7 && <4.8,
- word8 >=0.1,
- attoparsec >=0.11,
- bytestring >=0.10,
- base64-bytestring >= 1.0,
- utf8-string -any
- hs-source-dirs: src
- ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
- default-language: Haskell2010
|