]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - pipes-text.cabal
moved enumerator/conduit Codec business to its own module
[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 c-sources: cbits/cbits.c
16 include-dirs: include
17 exposed-modules: Pipes.Text, Pipes.Text.Internal, Pipes.Text.Codec
18 -- other-modules:
19 other-extensions: RankNTypes
20 build-depends: base >= 4 && < 5 ,
21 bytestring >=0.10 && < 0.11,
22 text >=0.11 && < 0.12,
23 profunctors >= 3.1.1 && < 4.1 ,
24 pipes >=4.0 && < 4.2,
25 pipes-group >= 1.0.0 && < 1.1 ,
26 pipes-parse >=2.0 && < 3.1,
27 pipes-safe,
28 pipes-bytestring >= 1.0 && < 2.1,
29 transformers >= 0.2.0.0 && < 0.4
30 -- hs-source-dirs:
31 default-language: Haskell2010
32 ghc-options: -O2