pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-stm
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 9 00:58:34 UTC 2020
Modified Files:
pkgsrc/devel/hs-stm: distinfo
Added Files:
pkgsrc/devel/hs-stm/patches: patch-stm.cabal
Log Message:
Fix build with GHC 8.8
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-stm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-stm/patches/patch-stm.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-stm/distinfo
diff -u pkgsrc/devel/hs-stm/distinfo:1.3 pkgsrc/devel/hs-stm/distinfo:1.4
--- pkgsrc/devel/hs-stm/distinfo:1.3 Wed Jan 1 02:18:07 2020
+++ pkgsrc/devel/hs-stm/distinfo Thu Jan 9 00:58:34 2020
@@ -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
Added files:
Index: pkgsrc/devel/hs-stm/patches/patch-stm.cabal
diff -u /dev/null pkgsrc/devel/hs-stm/patches/patch-stm.cabal:1.1
--- /dev/null Thu Jan 9 00:58:34 2020
+++ pkgsrc/devel/hs-stm/patches/patch-stm.cabal Thu Jan 9 00:58:34 2020
@@ -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