pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-stm Fix build with GHC 8.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ccdd0b1fad8
branches:  trunk
changeset: 347231:4ccdd0b1fad8
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 09 00:58:34 2020 +0000

description:
Fix build with GHC 8.8

diffstat:

 devel/hs-stm/distinfo                |   3 ++-
 devel/hs-stm/patches/patch-stm.cabal |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 578fcf9772d8 -r 4ccdd0b1fad8 devel/hs-stm/distinfo
--- a/devel/hs-stm/distinfo     Thu Jan 09 00:41:31 2020 +0000
+++ b/devel/hs-stm/distinfo     Thu Jan 09 00:58:34 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/01 02:18:07 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/09 00:58:34 pho Exp $
 
 SHA1 (stm-2.5.0.0.tar.gz) = 8663cdbb6447b1abf2b05f204dbc6a5a852869dd
 RMD160 (stm-2.5.0.0.tar.gz) = 693121ca8c94ba8e9264099e5ae3441273f7970c
 SHA512 (stm-2.5.0.0.tar.gz) = 64516ff5eba42a469046af51f12cb55afca795c7a897b9ac16c3446d547ad3894d9b80be3716e86291825e8fa91335ee89e9c9c6738c95f3cbd8ee0739236651
 Size (stm-2.5.0.0.tar.gz) = 12335 bytes
+SHA1 (patch-stm.cabal) = b3e2482908df80ab687081efc00f94a3df502daf
diff -r 578fcf9772d8 -r 4ccdd0b1fad8 devel/hs-stm/patches/patch-stm.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-stm/patches/patch-stm.cabal      Thu Jan 09 00:58:34 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-stm.cabal,v 1.1 2020/01/09 00:58:34 pho Exp $
+
+Fix build with GHC 8.8
+
+--- stm.cabal.orig     2018-09-22 10:47:05.000000000 +0000
++++ stm.cabal
+@@ -47,7 +47,7 @@ library
+         build-depends: nats (>= 0.1.3 && < 0.3) || (>= 1 && < 1.2)
+ 
+     build-depends:
+-        base  >= 4.3 && < 4.13,
++        base  >= 4.3 && < 4.14,
+         array >= 0.3 && < 0.6
+ 
+     exposed-modules:



Home | Main Index | Thread Index | Old Index