diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2016-02-06 17:28:40 -0500 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2016-02-06 17:28:40 -0500 |
commit | 6a1431655d5f65780a791a3fd356fc5e5f073481 (patch) | |
tree | 037813f58628d446b5feed7d308c37400df82502 | |
parent | c3e8e47895e5850ed17ab2f43e64a712c1fe0bc3 (diff) | |
download | text-pipes-6a1431655d5f65780a791a3fd356fc5e5f073481.tar.gz text-pipes-6a1431655d5f65780a791a3fd356fc5e5f073481.tar.zst text-pipes-6a1431655d5f65780a791a3fd356fc5e5f073481.zip |
tutorial repairs
-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 |