pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-these



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

Modified Files:
        pkgsrc/devel/hs-these: distinfo
        pkgsrc/devel/hs-these/patches: patch-these.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-these/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-these/patches/patch-these.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-these/distinfo
diff -u pkgsrc/devel/hs-these/distinfo:1.3 pkgsrc/devel/hs-these/distinfo:1.4
--- pkgsrc/devel/hs-these/distinfo:1.3  Tue Oct 26 10:15:02 2021
+++ pkgsrc/devel/hs-these/distinfo      Sat Feb 12 05:20:01 2022
@@ -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

Index: pkgsrc/devel/hs-these/patches/patch-these.cabal
diff -u pkgsrc/devel/hs-these/patches/patch-these.cabal:1.1 pkgsrc/devel/hs-these/patches/patch-these.cabal:1.2
--- pkgsrc/devel/hs-these/patches/patch-these.cabal:1.1 Fri Apr 23 08:18:25 2021
+++ pkgsrc/devel/hs-these/patches/patch-these.cabal     Sat Feb 12 05:20:01 2022
@@ -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 @@ Fix build with GHC 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