summaryrefslogtreecommitdiff
path: root/math/hs-integer-logarithms
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2020-01-08 18:57:25 +0000
committerpho <pho@pkgsrc.org>2020-01-08 18:57:25 +0000
commit1e199368f7bf3d30524958565fe2f7741545952b (patch)
tree0dfcf259938d12cdce286b9e7d30dcb4a0cf14bc /math/hs-integer-logarithms
parent1eab62741c630e4d0e1a8381bd73a6c63138455f (diff)
downloadpkgsrc-1e199368f7bf3d30524958565fe2f7741545952b.tar.gz
Fix build with GHC 8.8
Diffstat (limited to 'math/hs-integer-logarithms')
-rw-r--r--math/hs-integer-logarithms/distinfo3
-rw-r--r--math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal15
2 files changed, 17 insertions, 1 deletions
diff --git a/math/hs-integer-logarithms/distinfo b/math/hs-integer-logarithms/distinfo
index 3d2daa3806b..517fd7325db 100644
--- a/math/hs-integer-logarithms/distinfo
+++ b/math/hs-integer-logarithms/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/31 14:04:52 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/08 19:06:44 pho Exp $
SHA1 (integer-logarithms-1.0.3.tar.gz) = cccdce7725227dd7fbad4ed5d8485941bc38bbb7
RMD160 (integer-logarithms-1.0.3.tar.gz) = ac15eb20926ddbe7e8fb66c1d3239ced8dcae16b
SHA512 (integer-logarithms-1.0.3.tar.gz) = b211127620bb52398ae7e64281f991d9dd016d5f74ff5d939275afea15689b01f82577efeaa2dfcdf4230cfea841f6c14f731ba16d38192f48e2e7ae90e704f3
Size (integer-logarithms-1.0.3.tar.gz) = 8840 bytes
+SHA1 (patch-integer-logarithms.cabal) = 117470e89ea684c11ab4457aa12ddf756b11691c
diff --git a/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal b/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
new file mode 100644
index 00000000000..b65c9c82bac
--- /dev/null
+++ b/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
@@ -0,0 +1,15 @@
+$NetBSD: patch-integer-logarithms.cabal,v 1.1 2020/01/08 19:06:45 pho Exp $
+
+Fix build with GHC 8.8
+
+--- integer-logarithms.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ integer-logarithms.cabal
+@@ -51,7 +51,7 @@ library
+ default-language: Haskell2010
+ hs-source-dirs: src
+ build-depends:
+- base >= 4.3 && < 4.13,
++ base >= 4.3 && < 4.14,
+ array >= 0.3 && < 0.6,
+ ghc-prim < 0.6
+