pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/hs-timezone-olson



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan  3 16:02:58 UTC 2020

Modified Files:
        pkgsrc/time/hs-timezone-olson: distinfo
Added Files:
        pkgsrc/time/hs-timezone-olson/patches: patch-timezone-olson.cabal

Log Message:
Fix build with GHC >= 8


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/hs-timezone-olson/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/time/hs-timezone-olson/patches/patch-timezone-olson.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/hs-timezone-olson/distinfo
diff -u pkgsrc/time/hs-timezone-olson/distinfo:1.3 pkgsrc/time/hs-timezone-olson/distinfo:1.4
--- pkgsrc/time/hs-timezone-olson/distinfo:1.3  Sun Nov 15 08:22:15 2015
+++ pkgsrc/time/hs-timezone-olson/distinfo      Fri Jan  3 16:02:58 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/15 08:22:15 szptvlfn Exp $
+$NetBSD: distinfo,v 1.4 2020/01/03 16:02:58 pho Exp $
 
 SHA1 (timezone-olson-0.1.7.tar.gz) = 1b0bc3e29cfac1d2c68109f217a5de5cabbfcf75
 RMD160 (timezone-olson-0.1.7.tar.gz) = 449ee503558edd64a575e47525c9407f42e6a5ee
 SHA512 (timezone-olson-0.1.7.tar.gz) = 136bca829b40edd3c46f83e2d19b496da7b6e7268825ff017fa598f9dc8a9de5fd65101f417e9c22ae8b845c61c98347944971f8f41072be60d894ea148a4e0a
 Size (timezone-olson-0.1.7.tar.gz) = 11313 bytes
+SHA1 (patch-timezone-olson.cabal) = 96b87c546d7578fa1ab0f642aba62e9a4f345147

Added files:

Index: pkgsrc/time/hs-timezone-olson/patches/patch-timezone-olson.cabal
diff -u /dev/null pkgsrc/time/hs-timezone-olson/patches/patch-timezone-olson.cabal:1.1
--- /dev/null   Fri Jan  3 16:02:58 2020
+++ pkgsrc/time/hs-timezone-olson/patches/patch-timezone-olson.cabal    Fri Jan  3 16:02:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-timezone-olson.cabal,v 1.1 2020/01/03 16:02:58 pho Exp $
+
+Relax the upper bound on binary and time.
+
+--- timezone-olson.cabal.orig  2015-04-30 11:22:28.000000000 +0000
++++ timezone-olson.cabal
+@@ -34,7 +34,7 @@ Library
+                     , Data.Time.LocalTime.TimeZone.Olson.Types
+   Build-depends:       base >= 3.0 && < 5.0,
+                        timezone-series >= 0.1.0 && < 0.2,
+-                       time >= 1.1.4 && < 1.6,
+-                       binary >= 0.4.1 && < 0.8,
++                       time >= 1.1.4 && < 1.7,
++                       binary >= 0.4.1 && < 0.9,
+                        bytestring >= 0.9 && < 1.0,
+                        extensible-exceptions >= 0.1.0 && < 0.2



Home | Main Index | Thread Index | Old Index