diff options
Diffstat (limited to 'pipes-text.cabal')
-rw-r--r-- | pipes-text.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal index ed2ad27..680306d 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal | |||
@@ -52,5 +52,5 @@ library | |||
52 | ghc-options: -O2 | 52 | ghc-options: -O2 |
53 | 53 | ||
54 | if !flag(noio) | 54 | if !flag(noio) |
55 | exposed-modules: Pipes.Text.IO, Pipes.Prelude.Text | 55 | exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial, Pipes.Prelude.Text |
56 | build-depends: text >=0.11.3 && < 1.3 | 56 | build-depends: text >=0.11.3 && < 1.3 |