pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/hs-old-time Fix build with GHC >= 8
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5c0149fead4
branches: trunk
changeset: 407344:e5c0149fead4
user: pho <pho%pkgsrc.org@localhost>
date: Fri Jan 03 16:34:21 2020 +0000
description:
Fix build with GHC >= 8
diffstat:
time/hs-old-time/distinfo | 3 ++-
time/hs-old-time/patches/patch-old-time.cabal | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2c3bfdf59d65 -r e5c0149fead4 time/hs-old-time/distinfo
--- a/time/hs-old-time/distinfo Fri Jan 03 16:02:58 2020 +0000
+++ b/time/hs-old-time/distinfo Fri Jan 03 16:34:21 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/01/02 03:06:18 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/03 16:34:21 pho Exp $
SHA1 (old-time-1.1.0.3.tar.gz) = a7a80e5f99b2930c3f448de299bc824a393fc9b7
RMD160 (old-time-1.1.0.3.tar.gz) = 2949b45ab38e00b36676c67c5fa80518751b38a2
SHA512 (old-time-1.1.0.3.tar.gz) = a701c62266f9f3c6dc60eba970b6c25a61bf82b6b8bb6b0073e0e44908598926fe7813a7ae1b1f9da98e4861a8f0565d0bd025cb97307b71c08cb9b0b2e321bb
Size (old-time-1.1.0.3.tar.gz) = 74219 bytes
+SHA1 (patch-old-time.cabal) = da86455eb4b40bd0fda0fa4381cdcd8438ba6164
diff -r 2c3bfdf59d65 -r e5c0149fead4 time/hs-old-time/patches/patch-old-time.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-old-time/patches/patch-old-time.cabal Fri Jan 03 16:34:21 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-old-time.cabal,v 1.1 2020/01/03 16:34:21 pho Exp $
+
+Relax the upper bound on base.
+
+--- old-time.cabal.orig 2014-11-21 10:44:17.000000000 +0000
++++ old-time.cabal
+@@ -53,7 +53,7 @@ Library
+ HsTime.h
+
+ build-depends:
+- base >= 4.7 && < 4.9,
++ base >= 4.7 && < 5,
+ old-locale == 1.0.*
+
+ ghc-options: -Wall
Home |
Main Index |
Thread Index |
Old Index