diff options
Diffstat (limited to 'p/haskell-io-streams-haproxy/debian/patches/newer-io-streams')
-rw-r--r-- | p/haskell-io-streams-haproxy/debian/patches/newer-io-streams | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams b/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams new file mode 100644 index 000000000..1bd592273 --- /dev/null +++ b/p/haskell-io-streams-haproxy/debian/patches/newer-io-streams @@ -0,0 +1,11 @@ +--- a/io-streams-haproxy.cabal ++++ b/io-streams-haproxy.cabal +@@ -38,7 +38,7 @@ library + build-depends: base >= 4.5 && < 4.10, + attoparsec >= 0.7 && < 0.14, + bytestring >= 0.9 && < 0.11, +- io-streams >= 1.3 && < 1.4, ++ io-streams >= 1.3 && < 1.6, + network >= 2.3 && < 2.7, + transformers >= 0.3 && < 0.6 + default-language: Haskell2010 |