Tue Aug 23 12:11:13 2022 UTC ()
hs-hie-bios: allow building with current hs-aeson and hs-vector


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/hs-hie-bios/distinfo
diff -r0 -r1.1 pkgsrc/devel/hs-hie-bios/patches/patch-hie-bios.cabal

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-hie-bios/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hs-hie-bios/distinfo 2022/02/16 09:21:09 1.1
+++ pkgsrc/devel/hs-hie-bios/distinfo 2022/08/23 12:11:13 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1 2022/02/16 09:21:09 pho Exp $ 1$NetBSD: distinfo,v 1.2 2022/08/23 12:11:13 wiz Exp $
2 2
3BLAKE2s (hie-bios-0.8.1.tar.gz) = 2f0f5eace34376fbedfa8ccd1c9ca6f45920780e14a04d7e4a82c4146cfebb9b 3BLAKE2s (hie-bios-0.8.1.tar.gz) = 2f0f5eace34376fbedfa8ccd1c9ca6f45920780e14a04d7e4a82c4146cfebb9b
4SHA512 (hie-bios-0.8.1.tar.gz) = 0b83d8eff89d656d8e639908635967861d0ef99271c19de546fd5824d1e95933f48aee061529e825f348220e80bd5fec2a95efc65011c39d4cefa6ec7a031d68 4SHA512 (hie-bios-0.8.1.tar.gz) = 0b83d8eff89d656d8e639908635967861d0ef99271c19de546fd5824d1e95933f48aee061529e825f348220e80bd5fec2a95efc65011c39d4cefa6ec7a031d68
5Size (hie-bios-0.8.1.tar.gz) = 53777 bytes 5Size (hie-bios-0.8.1.tar.gz) = 53777 bytes
 6SHA1 (patch-hie-bios.cabal) = 99b59225fc508c3c1fdf225d82280a94168b31dd

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