pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/hs-timezone-olson Fix build with GHC >= 8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfb8cd03b2ba
branches:  trunk
changeset: 346829:cfb8cd03b2ba
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 03 16:02:58 2020 +0000

description:
Fix build with GHC >= 8

diffstat:

 time/hs-timezone-olson/distinfo                           |   3 +-
 time/hs-timezone-olson/patches/patch-timezone-olson.cabal |  16 +++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 64e277fc614b -r cfb8cd03b2ba time/hs-timezone-olson/distinfo
--- a/time/hs-timezone-olson/distinfo   Fri Jan 03 15:57:53 2020 +0000
+++ b/time/hs-timezone-olson/distinfo   Fri Jan 03 16:02:58 2020 +0000
@@ -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
diff -r 64e277fc614b -r cfb8cd03b2ba time/hs-timezone-olson/patches/patch-timezone-olson.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-timezone-olson/patches/patch-timezone-olson.cabal Fri Jan 03 16:02:58 2020 +0000
@@ -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