pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-HsYAML-aeson hs-HsYAML-aeson: fix build wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5fc7adfb775
branches: trunk
changeset: 384211:e5fc7adfb775
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 29 12:12:56 2022 +0000
description:
hs-HsYAML-aeson: fix build with current pkgsrc versions of dependencies
diffstat:
textproc/hs-HsYAML-aeson/distinfo | 3 +-
textproc/hs-HsYAML-aeson/patches/patch-HsYAML-aeson.cabal | 24 +++++++++++++++
2 files changed, 26 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r fe65c9698d2e -r e5fc7adfb775 textproc/hs-HsYAML-aeson/distinfo
--- a/textproc/hs-HsYAML-aeson/distinfo Mon Aug 29 12:07:00 2022 +0000
+++ b/textproc/hs-HsYAML-aeson/distinfo Mon Aug 29 12:12:56 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/16 10:21:09 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/29 12:12:56 wiz Exp $
BLAKE2s (HsYAML-aeson-0.2.0.1.tar.gz) = 7c6cbd4968b39cc9da481eeace11c50a48e5870c309028f10c01af89c536fc49
SHA512 (HsYAML-aeson-0.2.0.1.tar.gz) = 64602074e3e4424b7ff5055aa5aefac89e12127d56975c437189e434c168f129c6d5bb1ee6b0e22e201d0b25de574bb2a49f0fcd0ac1498250ae14920f89acf4
Size (HsYAML-aeson-0.2.0.1.tar.gz) = 11954 bytes
+SHA1 (patch-HsYAML-aeson.cabal) = 7698fdd062e2ed7a1e5ef8c5e7775344d8d705c1
diff -r fe65c9698d2e -r e5fc7adfb775 textproc/hs-HsYAML-aeson/patches/patch-HsYAML-aeson.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-HsYAML-aeson/patches/patch-HsYAML-aeson.cabal Mon Aug 29 12:12:56 2022 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-HsYAML-aeson.cabal,v 1.1 2022/08/29 12:12:56 wiz Exp $
+
+Fix build with current pkgsrc versions of dependencies.
+
+--- HsYAML-aeson.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ HsYAML-aeson.cabal
+@@ -49,7 +49,7 @@ library
+ exposed-modules: Data.YAML.Aeson
+ build-depends:
+ , HsYAML ^>= 0.2.0
+- , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0
++ , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || >= 2.0.0.0
+ , base >= 4.5 && < 4.17
+ , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
+ , containers >=0.4.2 && <0.7
+@@ -57,7 +57,7 @@ library
+ , scientific ^>= 0.3.6.2
+ , text ^>= 1.2.3
+ , unordered-containers ^>= 0.2
+- , vector ^>= 0.12.0.2
++ , vector >= 0.12.0.2
+
+ hs-source-dirs: src
+ default-language: Haskell2010
Home |
Main Index |
Thread Index |
Old Index