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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbf6fb234475
branches:  trunk
changeset: 420505:dbf6fb234475
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 03 15:42:34 2020 +0000

description:
Fix build with GHC >= 8

diffstat:

 devel/hs-old-locale/distinfo                         |   3 ++-
 devel/hs-old-locale/patches/patch-old-locale.cabal   |  13 +++++++++++++
 devel/hs-utf8-string/distinfo                        |   3 ++-
 devel/hs-utf8-string/patches/patch-utf8-string.cabal |  15 +++++++++++++++
 4 files changed, 32 insertions(+), 2 deletions(-)

diffs (60 lines):

diff -r 0eacd49921a6 -r dbf6fb234475 devel/hs-old-locale/distinfo
--- a/devel/hs-old-locale/distinfo      Fri Jan 03 15:24:52 2020 +0000
+++ b/devel/hs-old-locale/distinfo      Fri Jan 03 15:42:34 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/31 07:43:12 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/03 15:42:34 pho Exp $
 
 SHA1 (old-locale-1.0.0.7.tar.gz) = e238f273748b2c0416f8c8ee21c635423943f4a3
 RMD160 (old-locale-1.0.0.7.tar.gz) = eb19ab52153bc3d1553fc6e7ba863e54b213fa05
 SHA512 (old-locale-1.0.0.7.tar.gz) = 34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a
 Size (old-locale-1.0.0.7.tar.gz) = 3384 bytes
+SHA1 (patch-old-locale.cabal) = 982475d5ac24471240bd276fa3a385e194edaa27
diff -r 0eacd49921a6 -r dbf6fb234475 devel/hs-old-locale/patches/patch-old-locale.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-old-locale/patches/patch-old-locale.cabal        Fri Jan 03 15:42:34 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-old-locale.cabal,v 1.1 2020/01/03 15:42:34 pho Exp $
+
+Relax the upper bound on base
+
+--- old-locale.cabal.orig      2014-11-21 10:45:10.000000000 +0000
++++ old-locale.cabal
+@@ -31,5 +31,5 @@ Library
+     exposed-modules:
+         System.Locale
+ 
+-    build-depends: base >= 4.2 && < 4.9
++    build-depends: base >= 4.2 && < 5
+     ghc-options: -Wall
diff -r 0eacd49921a6 -r dbf6fb234475 devel/hs-utf8-string/distinfo
--- a/devel/hs-utf8-string/distinfo     Fri Jan 03 15:24:52 2020 +0000
+++ b/devel/hs-utf8-string/distinfo     Fri Jan 03 15:42:34 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/01/04 12:22:20 szptvlfn Exp $
+$NetBSD: distinfo,v 1.5 2020/01/03 15:50:27 pho Exp $
 
 SHA1 (utf8-string-1.0.1.1.tar.gz) = f975afafeae267c6974a2cb58e22e57bf8357eb3
 RMD160 (utf8-string-1.0.1.1.tar.gz) = ac92ac61b67a2a028ccdf1749dac6f47d44e665a
 SHA512 (utf8-string-1.0.1.1.tar.gz) = 2dd647625478c9738b3af5e23e1e5ff92968449ad74e6d53dc308fa0f2b08b63c421a1cbe5491dd260b9b32770ec626843d320a09b80eb984211dba53934b965
 Size (utf8-string-1.0.1.1.tar.gz) = 8667 bytes
+SHA1 (patch-utf8-string.cabal) = 56a37cf74f107e464289518f396b90bcf355064e
diff -r 0eacd49921a6 -r dbf6fb234475 devel/hs-utf8-string/patches/patch-utf8-string.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-utf8-string/patches/patch-utf8-string.cabal      Fri Jan 03 15:42:34 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-utf8-string.cabal,v 1.1 2020/01/03 15:50:27 pho Exp $
+
+Relax the upper bound on base
+
+--- utf8-string.cabal.orig     2015-08-23 16:19:40.000000000 +0000
++++ utf8-string.cabal
+@@ -19,7 +19,7 @@ Tested-With:        GHC==7.0.4, GHC==7.4
+ library
+   Ghc-options:        -W -O2
+ 
+-  build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
++  build-depends: base >= 4.3 && < 5, bytestring >= 0.9
+ 
+   Extensions:         CPP
+   Exposed-modules:    Codec.Binary.UTF8.String



Home | Main Index | Thread Index | Old Index