pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/hs-time-compat



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  9 06:48:15 UTC 2020

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

Log Message:
Fix build with GHC 8.8


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/hs-time-compat/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/time/hs-time-compat/patches/patch-time-compat.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-time-compat/distinfo
diff -u pkgsrc/time/hs-time-compat/distinfo:1.1 pkgsrc/time/hs-time-compat/distinfo:1.2
--- pkgsrc/time/hs-time-compat/distinfo:1.1     Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/distinfo Thu Jan  9 06:48:15 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/31 18:06:15 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/09 06:48:15 pho Exp $
 
 SHA1 (time-compat-1.9.2.2.tar.gz) = eef4651e2ded276321a8f7cae7b5b1766d772b2f
 RMD160 (time-compat-1.9.2.2.tar.gz) = 8999a63b4c62ba9c3adf4f1f2998b2348e22ad71
 SHA512 (time-compat-1.9.2.2.tar.gz) = 210e1d6b6b1dcf30337c72d45dd5f229dfbd023a1612f13dccad23131f16437b2b6a43a46e5e1341751c7b6f88f8ef1a9b5efe91b1328b12ff20552e2a952f44
 Size (time-compat-1.9.2.2.tar.gz) = 49652 bytes
+SHA1 (patch-time-compat.cabal) = ab55031e4ad45ac621509c81efa8b14e595657fd

Added files:

Index: pkgsrc/time/hs-time-compat/patches/patch-time-compat.cabal
diff -u /dev/null pkgsrc/time/hs-time-compat/patches/patch-time-compat.cabal:1.1
--- /dev/null   Thu Jan  9 06:48:15 2020
+++ pkgsrc/time/hs-time-compat/patches/patch-time-compat.cabal  Thu Jan  9 06:48:15 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-time-compat.cabal,v 1.1 2020/01/09 06:48:15 pho Exp $
+
+Fix build with GHC 8.8
+
+--- time-compat.cabal.orig     2001-09-09 01:46:40.000000000 +0000
++++ time-compat.cabal
+@@ -45,7 +45,7 @@ library
+       base          >=4.3     && <4.14
+     , base-orphans  >=0.8.1   && <0.9
+     , deepseq       >=1.3.0.0 && <1.4 || >=1.4.1.1 && <1.5
+-    , time          >=1.2     && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.3
++    , time          >=1.2     && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4
+ 
+   if flag(old-locale)
+     build-depends:



Home | Main Index | Thread Index | Old Index