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 017d41c..be43397 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal | |||
@@ -44,7 +44,7 @@ library | |||
44 | exposed-modules: Pipes.Text, Pipes.Text.Encoding | 44 | exposed-modules: Pipes.Text, Pipes.Text.Encoding |
45 | build-depends: base >= 4 && < 5 , | 45 | build-depends: base >= 4 && < 5 , |
46 | bytestring >= 0.9 , | 46 | bytestring >= 0.9 , |
47 | text >=0.11.3 && < 1.2, | 47 | text >=0.11.2 && < 1.2, |
48 | text-stream-decode >= 0.1 && < 0.2, | 48 | text-stream-decode >= 0.1 && < 0.2, |
49 | profunctors >= 3.1.1 && < 4.1, | 49 | profunctors >= 3.1.1 && < 4.1, |
50 | pipes >=4.0 && < 4.2, | 50 | pipes >=4.0 && < 4.2, |