pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix build with GHC 8.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3dd834c7ded
branches:  trunk
changeset: 347197:f3dd834c7ded
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 08 18:57:25 2020 +0000

description:
Fix build with GHC 8.8

diffstat:

 devel/hs-unliftio-core/buildlink3.mk                              |   4 +-
 devel/hs-unliftio-core/distinfo                                   |   3 +-
 devel/hs-unliftio-core/patches/patch-unliftio-core.cabal          |  15 ++++++++++
 math/hs-integer-logarithms/distinfo                               |   3 +-
 math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal |  15 ++++++++++
 5 files changed, 36 insertions(+), 4 deletions(-)

diffs (80 lines):

diff -r 549bd6bbd862 -r f3dd834c7ded devel/hs-unliftio-core/buildlink3.mk
--- a/devel/hs-unliftio-core/buildlink3.mk      Wed Jan 08 18:21:30 2020 +0000
+++ b/devel/hs-unliftio-core/buildlink3.mk      Wed Jan 08 18:57:25 2020 +0000
@@ -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 @@
 
 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 -r 549bd6bbd862 -r f3dd834c7ded devel/hs-unliftio-core/distinfo
--- a/devel/hs-unliftio-core/distinfo   Wed Jan 08 18:21:30 2020 +0000
+++ b/devel/hs-unliftio-core/distinfo   Wed Jan 08 18:57:25 2020 +0000
@@ -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 -r 549bd6bbd862 -r f3dd834c7ded devel/hs-unliftio-core/patches/patch-unliftio-core.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-unliftio-core/patches/patch-unliftio-core.cabal  Wed Jan 08 18:57:25 2020 +0000
@@ -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 -r 549bd6bbd862 -r f3dd834c7ded math/hs-integer-logarithms/distinfo
--- a/math/hs-integer-logarithms/distinfo       Wed Jan 08 18:21:30 2020 +0000
+++ b/math/hs-integer-logarithms/distinfo       Wed Jan 08 18:57:25 2020 +0000
@@ -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 -r 549bd6bbd862 -r f3dd834c7ded math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal Wed Jan 08 18:57:25 2020 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index