diff options
author | pho <pho@pkgsrc.org> | 2022-02-12 05:20:01 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-12 05:20:01 +0000 |
commit | 39362bc465273e8fc7d602755b5a18db2422c28c (patch) | |
tree | 148c40cf2ec106acfdbb8757459ced25c44e88b4 /devel/hs-strict | |
parent | daf7424a965e712e3776d1928d7ddc81df05e76a (diff) | |
download | pkgsrc-39362bc465273e8fc7d602755b5a18db2422c28c.tar.gz |
Fix build with GHC 9.2
Diffstat (limited to 'devel/hs-strict')
-rw-r--r-- | devel/hs-strict/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-strict/patches/patch-strict.cabal | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/hs-strict/distinfo b/devel/hs-strict/distinfo index 4076c30500c..60b8db9f2b7 100644 --- a/devel/hs-strict/distinfo +++ b/devel/hs-strict/distinfo @@ -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 diff --git a/devel/hs-strict/patches/patch-strict.cabal b/devel/hs-strict/patches/patch-strict.cabal new file mode 100644 index 00000000000..09906e1686b --- /dev/null +++ b/devel/hs-strict/patches/patch-strict.cabal @@ -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 |