summaryrefslogtreecommitdiff
path: root/p/haskell-haxr/debian/patches/no-mtl-compat
blob: 9697dd49840e6b720be3d00430e193473f7fec42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/haxr.cabal
+++ b/haxr.cabal
@@ -35,8 +35,7 @@
 Library
   Build-depends: base < 5,
                  base-compat >= 0.8 && < 0.10,
-                 mtl,
-                 mtl-compat,
+                 mtl >= 2.2.1,
                  network < 2.7,
                  http-streams,
                  HsOpenSSL,