summaryrefslogtreecommitdiff
path: root/math/hs-semirings/patches/patch-semirings.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-semirings/patches/patch-semirings.cabal')
-rw-r--r--math/hs-semirings/patches/patch-semirings.cabal13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/hs-semirings/patches/patch-semirings.cabal b/math/hs-semirings/patches/patch-semirings.cabal
new file mode 100644
index 00000000000..73943811284
--- /dev/null
+++ b/math/hs-semirings/patches/patch-semirings.cabal
@@ -0,0 +1,13 @@
+$NetBSD: patch-semirings.cabal,v 1.1 2022/02/16 10:02:14 pho Exp $
+
+Fix build with hashable-1.4
+
+--- semirings.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ semirings.cabal
+@@ -80,5 +80,5 @@ library
+
+ if flag(unordered-containers)
+ build-depends:
+- hashable >= 1.1 && < 1.4
++ hashable >= 1.1
+ , unordered-containers >= 0.2 && < 0.3