packages feed

attoparsec-trans-0.1.0.0: attoparsec-trans.cabal

-- 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.0
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 && <4.8,
                       transformers >=0.3 && <0.4,
                       attoparsec >=0.12 && <0.14
  hs-source-dirs:      src
  default-language:    Haskell2010