pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Fix build with GHC 8.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/578fcf9772d8
branches: trunk
changeset: 347230:578fcf9772d8
user: pho <pho%pkgsrc.org@localhost>
date: Thu Jan 09 00:41:31 2020 +0000
description:
Fix build with GHC 8.8
diffstat:
devel/hs-split/distinfo | 3 ++-
devel/hs-split/patches/patch-split.cabal | 15 +++++++++++++++
devel/hs-tagged/distinfo | 3 ++-
devel/hs-tagged/patches/patch-tagged.cabal | 15 +++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
diffs (62 lines):
diff -r 6c1ad4b33002 -r 578fcf9772d8 devel/hs-split/distinfo
--- a/devel/hs-split/distinfo Wed Jan 08 23:40:42 2020 +0000
+++ b/devel/hs-split/distinfo Thu Jan 09 00:41:31 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/02 09:11:34 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/09 00:51:03 pho Exp $
SHA1 (split-0.2.3.3.tar.gz) = 1c07114307196b4c3f1d94fb9e30485872b01f21
RMD160 (split-0.2.3.3.tar.gz) = 081190df13c62a04e9bc83fec2097845c32eb1c4
SHA512 (split-0.2.3.3.tar.gz) = 40283ee2f5e2ab56207b05a1a7bc7de114ae0da52dc37ed32bd4e1dd3a3baa8d3346fed04af979fa5fc263b931c0b830832c0cad69e98d151f5550542af6f475
Size (split-0.2.3.3.tar.gz) = 15681 bytes
+SHA1 (patch-split.cabal) = 54237ad504dd5672ef5e166ddc190c10f4d97f3d
diff -r 6c1ad4b33002 -r 578fcf9772d8 devel/hs-split/patches/patch-split.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-split/patches/patch-split.cabal Thu Jan 09 00:41:31 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-split.cabal,v 1.1 2020/01/09 00:51:03 pho Exp $
+
+Fix build with GHC 8.8
+
+--- split.cabal.orig 2018-01-24 03:00:12.000000000 +0000
++++ split.cabal
+@@ -51,7 +51,7 @@ Source-repository head
+
+ Library
+ ghc-options: -Wall
+- build-depends: base <4.12
++ build-depends: base <4.14
+ exposed-modules: Data.List.Split, Data.List.Split.Internals
+ default-language: Haskell2010
+ Hs-source-dirs: src
diff -r 6c1ad4b33002 -r 578fcf9772d8 devel/hs-tagged/distinfo
--- a/devel/hs-tagged/distinfo Wed Jan 08 23:40:42 2020 +0000
+++ b/devel/hs-tagged/distinfo Thu Jan 09 00:41:31 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/12/31 14:47:06 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/09 00:41:31 pho Exp $
SHA1 (tagged-0.8.6.tar.gz) = e2a1498a6bdadd78bd0aff721d001a10384d0fdf
RMD160 (tagged-0.8.6.tar.gz) = 050cdac17ff3c87ace3e7df011fa9516ca686bfc
SHA512 (tagged-0.8.6.tar.gz) = 8cec49ea6f54ba84109ec6068cce209321bfa4662d5acdf75e4019087e2890e3056bf13a237cb5caf3fec597b05b710ebbfb74e06b736b7fb2f87941defeb814
Size (tagged-0.8.6.tar.gz) = 11759 bytes
+SHA1 (patch-tagged.cabal) = 01891cbe4b580e5199ad777186ec8286ac1df3e7
diff -r 6c1ad4b33002 -r 578fcf9772d8 devel/hs-tagged/patches/patch-tagged.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tagged/patches/patch-tagged.cabal Thu Jan 09 00:41:31 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tagged.cabal,v 1.1 2020/01/09 00:41:31 pho Exp $
+
+Fix build with GHC 8.8
+
+--- tagged.cabal.orig 2018-07-02 22:53:28.000000000 +0000
++++ tagged.cabal
+@@ -67,7 +67,7 @@ library
+
+ if impl(ghc>=7.6)
+ exposed-modules: Data.Proxy.TH
+- build-depends: template-haskell >= 2.8 && < 2.15
++ build-depends: template-haskell >= 2.8 && < 2.17
+
+ if flag(deepseq)
+ build-depends: deepseq >= 1.1 && < 1.5
Home |
Main Index |
Thread Index |
Old Index