]> git.immae.eu Git - github/fretlink/text-pipes.git/blame - pipes-text.cabal
pipes-group already
[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
8c482809 15 c-sources: cbits/cbits.c
16 include-dirs: include
0f8c6f1b 17 exposed-modules: Pipes.Text, Pipes.Text.Internal
91727d11 18 -- other-modules:
19 other-extensions: RankNTypes
20 build-depends: base >= 4 && < 5 ,
1677dc12 21 bytestring >=0.10 && < 0.11,
22 text >=0.11 && < 0.12,
23 profunctors >= 3.1.1 && < 4.1 ,
91727d11 24 pipes >=4.0 && < 4.2,
7ed76745 25 pipes-group >= 1.0.0 && < 1.1 ,
64e03122 26 pipes-parse >=2.0 && < 3.1,
91727d11 27 pipes-safe,
64e03122 28 pipes-bytestring >= 1.0 && < 2.1,
1677dc12 29 transformers >= 0.2.0.0 && < 0.4
91727d11 30 -- hs-source-dirs:
3694350a 31 default-language: Haskell2010
32 ghc-options: -O2