pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-utf8-string



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan  3 15:50:27 UTC 2020

Modified Files:
        pkgsrc/devel/hs-utf8-string: distinfo
Added Files:
        pkgsrc/devel/hs-utf8-string/patches: patch-utf8-string.cabal

Log Message:
Fix build with GHC >= 8


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-utf8-string/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/hs-utf8-string/patches/patch-utf8-string.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-utf8-string/distinfo
diff -u pkgsrc/devel/hs-utf8-string/distinfo:1.4 pkgsrc/devel/hs-utf8-string/distinfo:1.5
--- pkgsrc/devel/hs-utf8-string/distinfo:1.4    Mon Jan  4 12:22:20 2016
+++ pkgsrc/devel/hs-utf8-string/distinfo        Fri Jan  3 15:50:27 2020
@@ -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

Added files:

Index: pkgsrc/devel/hs-utf8-string/patches/patch-utf8-string.cabal
diff -u /dev/null pkgsrc/devel/hs-utf8-string/patches/patch-utf8-string.cabal:1.1
--- /dev/null   Fri Jan  3 15:50:27 2020
+++ pkgsrc/devel/hs-utf8-string/patches/patch-utf8-string.cabal Fri Jan  3 15:50:27 2020
@@ -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