summaryrefslogtreecommitdiff
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
parent1eab62741c630e4d0e1a8381bd73a6c63138455f (diff)
downloadpkgsrc-1e199368f7bf3d30524958565fe2f7741545952b.tar.gz
Fix build with GHC 8.8
-rw-r--r--devel/hs-unliftio-core/buildlink3.mk4
-rw-r--r--devel/hs-unliftio-core/distinfo3
-rw-r--r--devel/hs-unliftio-core/patches/patch-unliftio-core.cabal15
-rw-r--r--math/hs-integer-logarithms/distinfo3
-rw-r--r--math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal15
5 files changed, 36 insertions, 4 deletions
diff --git a/devel/hs-unliftio-core/buildlink3.mk b/devel/hs-unliftio-core/buildlink3.mk
index 170dc695150..7eaa4b51b31 100644
--- a/devel/hs-unliftio-core/buildlink3.mk
+++ b/devel/hs-unliftio-core/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 05:03:08 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/08 18:57:25 pho Exp $
BUILDLINK_TREE+= hs-unliftio-core
@@ -7,7 +7,7 @@ HS_UNLIFTIO_CORE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-unliftio-core+= hs-unliftio-core>=0.1.2
BUILDLINK_ABI_DEPENDS.hs-unliftio-core+= hs-unliftio-core>=0.1.2.0
-BUILDLINK_PKGSRCDIR.hs-unliftio-core?= ../../devel/hs-unliftio-core
+BUILDLINK_PKGSRCDIR.hs-unliftio-core?= ../../devel/hs-unliftio-core
.endif # HS_UNLIFTIO_CORE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-unliftio-core
diff --git a/devel/hs-unliftio-core/distinfo b/devel/hs-unliftio-core/distinfo
index 0753d1aa5ba..aafc249816e 100644
--- a/devel/hs-unliftio-core/distinfo
+++ b/devel/hs-unliftio-core/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/01/01 05:03:08 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/08 18:57:25 pho Exp $
SHA1 (unliftio-core-0.1.2.0.tar.gz) = dbaaad9d1f1b4b10f28d66652c54eb92fe1ca69c
RMD160 (unliftio-core-0.1.2.0.tar.gz) = 30ecaa90118ceb23238349664903c65664d176bc
SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb
Size (unliftio-core-0.1.2.0.tar.gz) = 3631 bytes
+SHA1 (patch-unliftio-core.cabal) = 5014b639a9ad548b5e3e78b9141473734620e614
diff --git a/devel/hs-unliftio-core/patches/patch-unliftio-core.cabal b/devel/hs-unliftio-core/patches/patch-unliftio-core.cabal
new file mode 100644
index 00000000000..315b4507e3a
--- /dev/null
+++ b/devel/hs-unliftio-core/patches/patch-unliftio-core.cabal
@@ -0,0 +1,15 @@
+$NetBSD: patch-unliftio-core.cabal,v 1.1 2020/01/08 18:57:26 pho Exp $
+
+Fix build with GHC 8.8
+
+--- unliftio-core.cabal.orig 2018-08-28 07:16:03.000000000 +0000
++++ unliftio-core.cabal
+@@ -26,7 +26,7 @@ library
+ hs-source-dirs:
+ src
+ build-depends:
+- base >=4.5 && <4.12
++ base >=4.5 && <4.14
+ , transformers >=0.2 && <0.6
+ exposed-modules:
+ Control.Monad.IO.Unlift
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
+