]> git.immae.eu Git - github/fretlink/text-pipes.git/blame - text-pipes.cabal
shabby medley of Pipes-Bytestring + Pipes.Prelude
[github/fretlink/text-pipes.git] / text-pipes.cabal
CommitLineData
91727d11 1-- Initial text-pipes.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: text-pipes
5version: 0.1.0.0
6synopsis: Text pipes.
7-- description:
8homepage: github.com/michaelt/text-pipes
9license: BSD3
10license-file: LICENSE
11author: michaelt
12maintainer: what_is_it_to_do_anything@yahoo.com
13-- copyright:
14category: Text
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19library
20 exposed-modules: Data.Text.Pipes
21 -- other-modules:
22 other-extensions: RankNTypes
23 build-depends: base >= 4 && < 5 ,
24 transformers >= 0.2.0.0 && < 0.4,
25 pipes >=4.0 && < 4.2,
26 pipes-parse >=2.0 && < 2.1,
27 pipes-safe,
28 pipes-bytestring >= 1.0 && < 1.1,
29 transformers >= 0.3 && < 0.4,
30 text >=0.11 && < 0.12,
31 bytestring >=0.10 && < 0.11
32 -- hs-source-dirs:
33 default-language: Haskell2010