aboutsummaryrefslogtreecommitdiff
path: root/math/hs-semigroups/files/patch-semigroups.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-semigroups/files/patch-semigroups.cabal')
-rw-r--r--math/hs-semigroups/files/patch-semigroups.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/hs-semigroups/files/patch-semigroups.cabal b/math/hs-semigroups/files/patch-semigroups.cabal
new file mode 100644
index 000000000000..4c1bf04c9980
--- /dev/null
+++ b/math/hs-semigroups/files/patch-semigroups.cabal
@@ -0,0 +1,12 @@
+--- semigroups.cabal.orig 2015-03-07 07:26:45 UTC
++++ semigroups.cabal
+@@ -86,8 +86,7 @@ library
+ Data.Semigroup.Generic
+
+ build-depends:
+- base >= 2 && < 5,
+- nats >= 0.1 && < 2
++ base >= 2 && < 5
+
+ if impl(ghc >= 7.4 && < 7.5)
+ build-depends: ghc-prim