diff options
-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 0885462..13cc8fa 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal | |||
@@ -47,7 +47,7 @@ library | |||
47 | pipes-parse >= 3.0.0 && < 3.1 , | 47 | pipes-parse >= 3.0.0 && < 3.1 , |
48 | pipes-safe >= 2.1 && < 2.3 , | 48 | pipes-safe >= 2.1 && < 2.3 , |
49 | pipes-bytestring >= 1.0 && < 2.2 , | 49 | pipes-bytestring >= 1.0 && < 2.2 , |
50 | transformers >= 0.2.0.0 && < 0.5 | 50 | transformers >= 0.2.0.0 && < 0.6 |
51 | 51 | ||
52 | other-extensions: RankNTypes | 52 | other-extensions: RankNTypes |
53 | default-language: Haskell2010 | 53 | default-language: Haskell2010 |