diff options
Diffstat (limited to 'textproc/hs-hxt/files/patch-hxt.cabal')
-rw-r--r-- | textproc/hs-hxt/files/patch-hxt.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/hs-hxt/files/patch-hxt.cabal b/textproc/hs-hxt/files/patch-hxt.cabal new file mode 100644 index 000000000000..1ce1d1ce667e --- /dev/null +++ b/textproc/hs-hxt/files/patch-hxt.cabal @@ -0,0 +1,11 @@ +--- ./hxt.cabal.orig 2012-09-26 12:02:16.000000000 +0200 ++++ ./hxt.cabal 2012-10-20 00:32:05.000000000 +0200 +@@ -182,7 +182,7 @@ + parsec >= 2.1 && < 4, + HUnit >= 1.2 && < 2, + mtl >= 2 && < 3, +- network >= 2.4 && < 3, ++ network >= 2.3 && < 2.4, + deepseq >= 1.1 && < 2, + bytestring >= 0.9 && < 1, + binary >= 0.5 && < 1, |