tools-for-attoparsec.cabal 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. -- Initial tools-for-attoparsec.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: tools-for-attoparsec
  4. version: 0.1.0.0
  5. synopsis: Extra tools for attoparsec ByteString.Char8 parsers
  6. -- description:
  7. homepage: https://sealgram.com/git/haskell/tools-for-attoparsec
  8. license: BSD3
  9. license-file: LICENSE
  10. author: Marcos Dumay de Medeiros
  11. maintainer: marcos@marcosdumay.com
  12. -- copyright:
  13. -- category:
  14. build-type: Simple
  15. -- extra-source-files:
  16. cabal-version: >=1.10
  17. library
  18. exposed-modules: Data.Attoparsec.ByteString.Char8.Extras
  19. -- other-modules:
  20. -- other-extensions:
  21. build-depends:
  22. base >=4.8 && <4.10,
  23. word8 >=0.1,
  24. attoparsec >=0.11,
  25. bytestring >=0.10,
  26. base64-bytestring >= 1.0,
  27. utf8-string -any
  28. hs-source-dirs: src
  29. ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns
  30. default-language: Haskell2010