pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-strict



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 05:20:13 UTC 2022

Modified Files:
        pkgsrc/devel/hs-strict: distinfo
Added Files:
        pkgsrc/devel/hs-strict/patches: patch-strict.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-strict/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-strict/patches/patch-strict.cabal

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

Modified files:

Index: pkgsrc/devel/hs-strict/distinfo
diff -u pkgsrc/devel/hs-strict/distinfo:1.3 pkgsrc/devel/hs-strict/distinfo:1.4
--- pkgsrc/devel/hs-strict/distinfo:1.3 Tue Oct 26 10:15:01 2021
+++ pkgsrc/devel/hs-strict/distinfo     Sat Feb 12 05:20:12 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/12 05:20:12 pho Exp $
 
 BLAKE2s (strict-0.4.0.1.tar.gz) = 7ef1ba9e72f031adf79a1cf20f17d34a65ff3e1d1aa94993b1d97b36b2a6220e
 SHA512 (strict-0.4.0.1.tar.gz) = e0c37396fa507ad4d03e46ce4a02ec5bacbd7add75ca551433671871d3e7dde0eb0c620182904d1bdeb7b80e1b311a70f36030cbeae63d8776059150fef30235
 Size (strict-0.4.0.1.tar.gz) = 12488 bytes
+SHA1 (patch-strict.cabal) = c3c7ac4f1bcd73a7bb8df3df23e44b10093b075a

Added files:

Index: pkgsrc/devel/hs-strict/patches/patch-strict.cabal
diff -u /dev/null pkgsrc/devel/hs-strict/patches/patch-strict.cabal:1.1
--- /dev/null   Sat Feb 12 05:20:13 2022
+++ pkgsrc/devel/hs-strict/patches/patch-strict.cabal   Sat Feb 12 05:20:12 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-strict.cabal,v 1.1 2022/02/12 05:20:12 pho Exp $
+
+Fix build with hashable-1.4
+
+--- strict.cabal.orig  2001-09-09 01:46:40.000000000 +0000
++++ strict.cabal
+@@ -81,7 +81,7 @@ library
+     , binary       >= 0.5.1.0 && < 0.9
+     , bytestring   >= 0.9.2.1 && < 0.12
+     , deepseq      >= 1.3.0.0 && < 1.5
+-    , hashable     >= 1.2.7.0 && < 1.4
++    , hashable     >= 1.2.7.0 && < 1.5
+     , text         >= 1.2.3.0 && < 1.3
+     , these        >= 1.1.1.1 && < 1.2
+     , transformers >= 0.3.0.0 && < 0.6



Home | Main Index | Thread Index | Old Index