Sat Feb 12 05:20:13 2022 UTC ()
Fix build with GHC 9.2


(pho)
diff -r1.3 -r1.4 pkgsrc/devel/hs-strict/distinfo
diff -r0 -r1.1 pkgsrc/devel/hs-strict/patches/patch-strict.cabal

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-strict/distinfo (expand / switch to unified diff)

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

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