]> git.immae.eu Git - github/fretlink/text-pipes.git/blame - pipes-text.cabal
prophylactic RULEs for Pipes.maps
[github/fretlink/text-pipes.git] / pipes-text.cabal
CommitLineData
7faef8bc 1name: pipes-text
91727d11 2version: 0.1.0.0
3synopsis: Text pipes.
5a1ecce3 4description: Text pipes.
91727d11 5homepage: github.com/michaelt/text-pipes
6license: BSD3
7license-file: LICENSE
8author: michaelt
9maintainer: what_is_it_to_do_anything@yahoo.com
91727d11 10category: Text
11build-type: Simple
91727d11 12cabal-version: >=1.10
13
14library
7faef8bc 15 exposed-modules: Pipes.Text, Pipes.Text.Parse
91727d11 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,
31f41a5d 21 pipes-parse >=2.0 && < 2.2,
91727d11 22 pipes-safe,
31f41a5d 23 pipes-bytestring >= 1.0 && < 1.2,
91727d11 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