pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-hie-bios hs-hie-bios: allow building with cur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d418759e6e83
branches:  trunk
changeset: 383828:d418759e6e83
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 23 12:11:13 2022 +0000

description:
hs-hie-bios: allow building with current hs-aeson and hs-vector

diffstat:

 devel/hs-hie-bios/distinfo                     |   3 ++-
 devel/hs-hie-bios/patches/patch-hie-bios.cabal |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r af7539dc20dd -r d418759e6e83 devel/hs-hie-bios/distinfo
--- a/devel/hs-hie-bios/distinfo        Tue Aug 23 11:20:59 2022 +0000
+++ b/devel/hs-hie-bios/distinfo        Tue Aug 23 12:11:13 2022 +0000
@@ -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
diff -r af7539dc20dd -r d418759e6e83 devel/hs-hie-bios/patches/patch-hie-bios.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hie-bios/patches/patch-hie-bios.cabal    Tue Aug 23 12:11:13 2022 +0000
@@ -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