Wed Jan 8 19:06:45 2020 UTC ()
Fix build with GHC 8.8


(pho)
diff -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/distinfo
diff -r0 -r1.1 pkgsrc/math/hs-integer-logarithms/patches/patch-integer-logarithms.cabal

cvs diff -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/distinfo (expand / switch to unified diff)

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

File Added: pkgsrc/math/hs-integer-logarithms/patches/Attic/patch-integer-logarithms.cabal
$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