Package: haskell-haxr / 3000.11.2-7

newer-base-compat Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/haxr.cabal
+++ b/haxr.cabal
@@ -34,7 +34,7 @@
 
 Library
   Build-depends: base < 5,
-                 base-compat >= 0.8 && < 0.10,
+                 base-compat >= 0.8 && < 0.11,
                  mtl >= 2.2.1,
                  network < 2.7,
                  http-streams,