aboutsummaryrefslogtreecommitdiffhomepage
path: root/text-pipes.cabal
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 18:22:53 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-22 18:22:53 -0400
commit31f41a5d197ca9f1a613f2dc684a9fa0467a0f2e (patch)
treec948830b3577eec95cfe956df28da2eaf423fe70 /text-pipes.cabal
parent13a43263ca34ae5124f630b5b5cefdde831596b3 (diff)
downloadtext-pipes-31f41a5d197ca9f1a613f2dc684a9fa0467a0f2e.tar.gz
text-pipes-31f41a5d197ca9f1a613f2dc684a9fa0467a0f2e.tar.zst
text-pipes-31f41a5d197ca9f1a613f2dc684a9fa0467a0f2e.zip
documentation, etc
Diffstat (limited to 'text-pipes.cabal')
-rw-r--r--text-pipes.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/text-pipes.cabal b/text-pipes.cabal
index a7978ae..cc5083a 100644
--- a/text-pipes.cabal
+++ b/text-pipes.cabal
@@ -12,15 +12,15 @@ build-type: Simple
12cabal-version: >=1.10 12cabal-version: >=1.10
13 13
14library 14library
15 exposed-modules: Data.Text.Pipes 15 exposed-modules: Data.Text.Pipes, Data.Text.Pipes.Parse
16 -- other-modules: 16 -- other-modules:
17 other-extensions: RankNTypes 17 other-extensions: RankNTypes
18 build-depends: base >= 4 && < 5 , 18 build-depends: base >= 4 && < 5 ,
19 transformers >= 0.2.0.0 && < 0.4, 19 transformers >= 0.2.0.0 && < 0.4,
20 pipes >=4.0 && < 4.2, 20 pipes >=4.0 && < 4.2,
21 pipes-parse >=2.0 && < 2.1, 21 pipes-parse >=2.0 && < 2.2,
22 pipes-safe, 22 pipes-safe,
23 pipes-bytestring >= 1.0 && < 1.1, 23 pipes-bytestring >= 1.0 && < 1.2,
24 transformers >= 0.3 && < 0.4, 24 transformers >= 0.3 && < 0.4,
25 text >=0.11 && < 0.12, 25 text >=0.11 && < 0.12,
26 bytestring >=0.10 && < 0.11 26 bytestring >=0.10 && < 0.11