aboutsummaryrefslogtreecommitdiffhomepage
path: root/pipes-text.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r--pipes-text.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal
index e79f168..86fbab8 100644
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -12,7 +12,9 @@ build-type: Simple
12cabal-version: >=1.10 12cabal-version: >=1.10
13 13
14library 14library
15 exposed-modules: Pipes.Text, Pipes.Text.Parse 15 c-sources: cbits/cbits.c
16 include-dirs: include
17 exposed-modules: Pipes.Text, Pipes.Text.Parse, Pipes.Text.Internal
16 -- other-modules: 18 -- other-modules:
17 other-extensions: RankNTypes 19 other-extensions: RankNTypes
18 build-depends: base >= 4 && < 5 , 20 build-depends: base >= 4 && < 5 ,