Name: pipes-extras Version: 1.0.15 x-revision: 7 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2014 Gabriella Gonzalez Author: Gabriella Gonzalez Maintainer: GenuineGabriella@gmail.com Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Extras-Library/issues Synopsis: Extra utilities for pipes Description: This package holds miscellaneous utilities related to the @pipes@ library. Category: Control, Pipes Source-Repository head Type: git Location: https://github.com/Gabriella439/Haskell-Pipes-Extras-Library Library HS-Source-Dirs: src Build-Depends: base >= 4 && < 5 , pipes >= 4.0 && < 4.4, foldl >= 1.0.1 && < 1.5, transformers >= 0.2.0.0 && < 0.7, lens >= 4.3 && < 5.3 Exposed-Modules: Pipes.Extras GHC-Options: -O2 -Wall Default-Language: Haskell2010 test-suite tests Type: exitcode-stdio-1.0 HS-Source-Dirs: tests Main-Is: Main.hs GHC-Options: -Wall -rtsopts -fno-warn-missing-signatures -fno-enable-rewrite-rules Default-Language: Haskell2010 Build-Depends: base >= 4 && < 5 , pipes-extras , pipes >= 4.0 && < 4.4 , test-framework >= 0.4 && < 1 , test-framework-hunit >= 0.3 && < 1 , HUnit >= 1.2 && < 1.7 , transformers >= 0.2.0.0 && < 0.6