]> git.immae.eu Git - github/fretlink/text-pipes.git/blame - pipes-text.cabal
missing case in decodeUtf8
[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
17 exposed-modules: Pipes.Text, Pipes.Text.Parse, Pipes.Text.Internal
91727d11 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,
31f41a5d 23 pipes-parse >=2.0 && < 2.2,
91727d11 24 pipes-safe,
31f41a5d 25 pipes-bytestring >= 1.0 && < 1.2,
91727d11 26 transformers >= 0.3 && < 0.4,
27 text >=0.11 && < 0.12,
28 bytestring >=0.10 && < 0.11
29 -- hs-source-dirs:
30 default-language: Haskell2010