name: enumerator-tf version: 0.1.1 license: MIT license-file: license.txt author: John Millikin maintainer: John Millikin build-type: Simple cabal-version: >= 1.6 category: Enumerator stability: experimental homepage: https://john-millikin.com/software/enumerator/ bug-reports: mailto:jmillikin@gmail.com synopsis: Enumerator instances for monads-tf classes description: source-repository head type: bazaar location: https://john-millikin.com/branches/enumerator-tf/0.1/ source-repository this type: bazaar location: https://john-millikin.com/branches/enumerator-tf/0.1/ tag: enumerator-tf_0.1.1 library hs-source-dirs: lib ghc-options: -Wall -O2 build-depends: base >= 4.0 && < 5.0 , monads-tf >= 0.1 && < 0.2 , enumerator >= 0.4 && < 0.5 exposed-modules: Data.Enumerator.Instances.TF