summaryrefslogtreecommitdiff
path: root/math/hs-adjunctions/files/patch-adjunctions.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-adjunctions/files/patch-adjunctions.cabal')
-rw-r--r--math/hs-adjunctions/files/patch-adjunctions.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/hs-adjunctions/files/patch-adjunctions.cabal b/math/hs-adjunctions/files/patch-adjunctions.cabal
new file mode 100644
index 000000000000..421accd63b4b
--- /dev/null
+++ b/math/hs-adjunctions/files/patch-adjunctions.cabal
@@ -0,0 +1,12 @@
+--- adjunctions.cabal.orig 2018-01-28 14:49:01 UTC
++++ adjunctions.cabal
+@@ -49,8 +49,7 @@ library
+ array >= 0.3.0.2 && < 0.7,
+ base >= 4 && < 5,
+ comonad >= 4 && < 6,
+- containers >= 0.3 && < 0.6,
+- contravariant >= 1 && < 2,
++ containers >= 0.3 && < 0.7,
+ distributive >= 0.5.1 && < 1,
+ free >= 4 && < 6,
+ mtl >= 2.0.1 && < 2.3,