pipes-extras-1.0.4: pipes-extras.cabal
Name: pipes-extras
Version: 1.0.4
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2014 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/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/Gabriel439/Haskell-Pipes-Extras-Library
Library
HS-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
pipes >= 4.0 && < 4.3,
foldl >= 1.0.1 && < 1.3,
transformers >= 0.2.0.0 && < 0.6
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.2 ,
test-framework >= 0.4 && < 1 ,
test-framework-hunit >= 0.3 && < 1 ,
HUnit >= 1.2 && < 1.4 ,
transformers >= 0.2.0.0 && < 0.5