pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-integer-logarithms



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan  8 19:06:45 UTC 2020

Modified Files:
        pkgsrc/math/hs-integer-logarithms: distinfo
Added Files:
        pkgsrc/math/hs-integer-logarithms/patches:
            patch-integer-logarithms.cabal

Log Message:
Fix build with GHC 8.8


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal

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

Modified files:

Index: pkgsrc/math/hs-integer-logarithms/distinfo
diff -u pkgsrc/math/hs-integer-logarithms/distinfo:1.1 pkgsrc/math/hs-integer-logarithms/distinfo:1.2
--- pkgsrc/math/hs-integer-logarithms/distinfo:1.1      Tue Dec 31 14:04:52 2019
+++ pkgsrc/math/hs-integer-logarithms/distinfo  Wed Jan  8 19:06:44 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/31 14:04:52 pho Exp $
+$NetBSD: distinfo,v 1.2 2020/01/08 19:06:44 pho Exp $
 
 SHA1 (integer-logarithms-1.0.3.tar.gz) = cccdce7725227dd7fbad4ed5d8485941bc38bbb7
 RMD160 (integer-logarithms-1.0.3.tar.gz) = ac15eb20926ddbe7e8fb66c1d3239ced8dcae16b
 SHA512 (integer-logarithms-1.0.3.tar.gz) = b211127620bb52398ae7e64281f991d9dd016d5f74ff5d939275afea15689b01f82577efeaa2dfcdf4230cfea841f6c14f731ba16d38192f48e2e7ae90e704f3
 Size (integer-logarithms-1.0.3.tar.gz) = 8840 bytes
+SHA1 (patch-integer-logarithms.cabal) = 117470e89ea684c11ab4457aa12ddf756b11691c

Added files:

Index: pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal
diff -u /dev/null pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal:1.1
--- /dev/null   Wed Jan  8 19:06:45 2020
+++ pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal    Wed Jan  8 19:06:45 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-integer-logarithms.cabal,v 1.1 2020/01/08 19:06:45 pho Exp $
+
+Fix build with GHC 8.8
+
+--- integer-logarithms.cabal.orig      2001-09-09 01:46:40.000000000 +0000
++++ integer-logarithms.cabal
+@@ -51,7 +51,7 @@ library
+   default-language: Haskell2010
+   hs-source-dirs: src
+   build-depends:
+-    base >= 4.3 && < 4.13,
++    base >= 4.3 && < 4.14,
+     array >= 0.3 && < 0.6,
+     ghc-prim < 0.6
+ 



Home | Main Index | Thread Index | Old Index