]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - pipes-text.cabal
b4388bef3b4c639841a2f9c81be5e1a2d48ef187
[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.Parse, Pipes.Text.Internal
18 -- other-modules:
19 other-extensions: RankNTypes
20 build-depends: base >= 4 && < 5 ,
21 transformers >= 0.2.0.0 && < 0.4,
22 pipes >=4.0 && < 4.2,
23 pipes-parse >=2.0 && < 2.2,
24 pipes-safe,
25 pipes-bytestring >= 1.0 && < 1.2,
26 transformers >= 0.3 && < 0.4,
27 text >=0.11 && < 0.12,
28 bytestring >=0.10 && < 0.11,
29 vector,
30 void
31 -- hs-source-dirs:
32 default-language: Haskell2010
33 ghc-options: -O2