]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - pipes-text.cabal
renamed cabal file
[github/fretlink/text-pipes.git] / pipes-text.cabal
1 name: pipes-text
2 version: 0.1.0.0
3 synopsis: Text pipes.
4 description: Text pipes.
5 homepage: github.com/michaelt/text-pipes
6 license: BSD3
7 license-file: LICENSE
8 author: michaelt
9 maintainer: what_is_it_to_do_anything@yahoo.com
10 category: Text
11 build-type: Simple
12 cabal-version: >=1.10
13
14 library
15 exposed-modules: Pipes.Text, Pipes.Text.Parse
16 -- other-modules:
17 other-extensions: RankNTypes
18 build-depends: base >= 4 && < 5 ,
19 transformers >= 0.2.0.0 && < 0.4,
20 pipes >=4.0 && < 4.2,
21 pipes-parse >=2.0 && < 2.2,
22 pipes-safe,
23 pipes-bytestring >= 1.0 && < 1.2,
24 transformers >= 0.3 && < 0.4,
25 text >=0.11 && < 0.12,
26 bytestring >=0.10 && < 0.11
27 -- hs-source-dirs:
28 default-language: Haskell2010