pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Fix build with GHC 9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2edcd554d5
branches:  trunk
changeset: 373583:8d2edcd554d5
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 05:20:01 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

 devel/hs-strict/distinfo                   |   3 ++-
 devel/hs-strict/patches/patch-strict.cabal |  15 +++++++++++++++
 devel/hs-these/distinfo                    |   4 ++--
 devel/hs-these/patches/patch-these.cabal   |  10 ++++++++--
 4 files changed, 27 insertions(+), 5 deletions(-)

diffs (68 lines):

diff -r 949cedcf9470 -r 8d2edcd554d5 devel/hs-strict/distinfo
--- a/devel/hs-strict/distinfo  Sat Feb 12 05:19:45 2022 +0000
+++ b/devel/hs-strict/distinfo  Sat Feb 12 05:20:01 2022 +0000
@@ -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 -r 949cedcf9470 -r 8d2edcd554d5 devel/hs-strict/patches/patch-strict.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-strict/patches/patch-strict.cabal        Sat Feb 12 05:20:01 2022 +0000
@@ -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
diff -r 949cedcf9470 -r 8d2edcd554d5 devel/hs-these/distinfo
--- a/devel/hs-these/distinfo   Sat Feb 12 05:19:45 2022 +0000
+++ b/devel/hs-these/distinfo   Sat Feb 12 05:20:01 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:02 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/12 05:20:01 pho Exp $
 
 BLAKE2s (these-1.1.1.1.tar.gz) = ae732bf5d79d631125d9c44c98bf3fc9a5f2d632ed0385bf503a6dc1eddf0bb2
 SHA512 (these-1.1.1.1.tar.gz) = 23246164648bf4cb028719e7cb2e5f450ab55558af9e1dc7f0ddec323ca4ce124afbfd3bf367446c2d69ec91abe42daf77e11a26a13f2898275dafbc095637d5
 Size (these-1.1.1.1.tar.gz) = 9804 bytes
-SHA1 (patch-these.cabal) = 26eb01714f3953b2d3d2b11c1635d434c9ecf9de
+SHA1 (patch-these.cabal) = 79b12b6326b145977da24f19f309ee070da3fe44
diff -r 949cedcf9470 -r 8d2edcd554d5 devel/hs-these/patches/patch-these.cabal
--- a/devel/hs-these/patches/patch-these.cabal  Sat Feb 12 05:19:45 2022 +0000
+++ b/devel/hs-these/patches/patch-these.cabal  Sat Feb 12 05:20:01 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-these.cabal,v 1.1 2021/04/23 08:18:25 pho Exp $
+$NetBSD: patch-these.cabal,v 1.2 2022/02/12 05:20:01 pho Exp $
 
 Fix build with GHC 9.
 
 --- these.cabal.orig   2001-09-09 01:46:40.000000000 +0000
 +++ these.cabal
-@@ -67,7 +67,7 @@ library
+@@ -67,12 +67,12 @@ library
  
    -- ghc boot libs
    build-depends:
@@ -13,3 +13,9 @@
      , binary   >=0.5.1.0 && <0.10
      , deepseq  >=1.3.0.0 && <1.5
  
+   -- other dependencies
+-  build-depends:    hashable >=1.2.7.0 && <1.4
++  build-depends:    hashable >=1.2.7.0 && <1.5
+ 
+   if impl(ghc <7.5)
+     build-depends: ghc-prim



Home | Main Index | Thread Index | Old Index