]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - text-pipes.cabal
Readme
[github/fretlink/text-pipes.git] / text-pipes.cabal
1 -- Initial text-pipes.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name: text-pipes
5 version: 0.1.0.0
6 synopsis: Text pipes.
7 -- description:
8 homepage: github.com/michaelt/text-pipes
9 license: BSD3
10 license-file: LICENSE
11 author: michaelt
12 maintainer: what_is_it_to_do_anything@yahoo.com
13 -- copyright:
14 category: Text
15 build-type: Simple
16 -- extra-source-files:
17 cabal-version: >=1.10
18
19 library
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