pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-hie-bios
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 23 12:11:13 UTC 2022
Modified Files:
pkgsrc/devel/hs-hie-bios: distinfo
Added Files:
pkgsrc/devel/hs-hie-bios/patches: patch-hie-bios.cabal
Log Message:
hs-hie-bios: allow building with current hs-aeson and hs-vector
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-hie-bios/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-hie-bios/patches/patch-hie-bios.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-hie-bios/distinfo
diff -u pkgsrc/devel/hs-hie-bios/distinfo:1.1 pkgsrc/devel/hs-hie-bios/distinfo:1.2
--- pkgsrc/devel/hs-hie-bios/distinfo:1.1 Wed Feb 16 09:21:09 2022
+++ pkgsrc/devel/hs-hie-bios/distinfo Tue Aug 23 12:11:13 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/16 09:21:09 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/23 12:11:13 wiz Exp $
BLAKE2s (hie-bios-0.8.1.tar.gz) = 2f0f5eace34376fbedfa8ccd1c9ca6f45920780e14a04d7e4a82c4146cfebb9b
SHA512 (hie-bios-0.8.1.tar.gz) = 0b83d8eff89d656d8e639908635967861d0ef99271c19de546fd5824d1e95933f48aee061529e825f348220e80bd5fec2a95efc65011c39d4cefa6ec7a031d68
Size (hie-bios-0.8.1.tar.gz) = 53777 bytes
+SHA1 (patch-hie-bios.cabal) = 99b59225fc508c3c1fdf225d82280a94168b31dd
Added files:
Index: pkgsrc/devel/hs-hie-bios/patches/patch-hie-bios.cabal
diff -u /dev/null pkgsrc/devel/hs-hie-bios/patches/patch-hie-bios.cabal:1.1
--- /dev/null Tue Aug 23 12:11:13 2022
+++ pkgsrc/devel/hs-hie-bios/patches/patch-hie-bios.cabal Tue Aug 23 12:11:13 2022
@@ -0,0 +1,24 @@
+$NetBSD: patch-hie-bios.cabal,v 1.1 2022/08/23 12:11:13 wiz Exp $
+
+Allow building with newer aeson & vector packages.
+
+--- hie-bios.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ hie-bios.cabal
+@@ -146,7 +146,7 @@ Library
+ autogen-modules: Paths_hie_bios
+ Build-Depends:
+ base >= 4.8 && < 5,
+- aeson >= 1.4.5 && < 2.1,
++ aeson >= 1.4.5 && < 3,
+ base16-bytestring >= 0.1.1 && < 1.1,
+ bytestring >= 0.10.8 && < 0.12,
+ deepseq >= 1.4.3 && < 1.5,
+@@ -165,7 +165,7 @@ Library
+ text >= 1.2.3 && < 1.3,
+ unix-compat >= 0.5.1 && < 0.6,
+ unordered-containers >= 0.2.9 && < 0.3,
+- vector >= 0.12.0 && < 0.13,
++ vector >= 0.12.0 && < 0.14,
+ yaml >= 0.10.0 && < 0.12,
+ hslogger >= 1.2 && < 1.4,
+ file-embed >= 0.0.11 && < 1,
Home |
Main Index |
Thread Index |
Old Index