-- Initial attoparsec-trans.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: attoparsec-trans version: 0.1.0.3 synopsis: Interleaved effects for attoparsec parsers -- description: homepage: https://github.com/srijs/haskell-attoparsec-trans license: MIT license-file: LICENSE author: Sam Rijs maintainer: srijs@airpost.net -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Monad.Trans.Parser -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5.0, transformers >=0.3 && <0.5, attoparsec >=0.12 && <0.14 hs-source-dirs: src default-language: Haskell2010