diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-20 20:41:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-20 20:41:48 +0000 |
commit | f9f39cad98bb10e30bd3582664f50421677e8310 (patch) | |
tree | 2c4a3c980b04af0dd13d4c6fbdac0e2b1eab196d /converters | |
parent | 5cfb2cadac29a76ca938cccfa881d22563fcc873 (diff) | |
download | pkgsrc-f9f39cad98bb10e30bd3582664f50421677e8310.tar.gz |
hs-aeson: allow building against hs-vector 0.14
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-aeson/distinfo | 3 | ||||
-rw-r--r-- | converters/hs-aeson/patches/patch-aeson.cabal | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/converters/hs-aeson/distinfo b/converters/hs-aeson/distinfo index e32fef54761..2e5a391eb30 100644 --- a/converters/hs-aeson/distinfo +++ b/converters/hs-aeson/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/08/19 12:16:00 wiz Exp $ +$NetBSD: distinfo,v 1.9 2022/08/20 20:41:48 wiz Exp $ BLAKE2s (aeson-2.1.0.0.tar.gz) = a5de2f3d32e7ed3841cb02471ef638a43b14c7ce1e517b557cc7d38366a19c14 SHA512 (aeson-2.1.0.0.tar.gz) = c73a1f783e838649145250ce0b1a0e7ff75fe513dfd4866182c6131c5c50a37529ad714cb94258b84b2f579a6ee81e7c29a1ce143328dd198ba690132861965d Size (aeson-2.1.0.0.tar.gz) = 300810 bytes +SHA1 (patch-aeson.cabal) = 9ff953328655bb6ce1a2e72919e0dea3c3e62dab diff --git a/converters/hs-aeson/patches/patch-aeson.cabal b/converters/hs-aeson/patches/patch-aeson.cabal new file mode 100644 index 00000000000..a3193c240cf --- /dev/null +++ b/converters/hs-aeson/patches/patch-aeson.cabal @@ -0,0 +1,15 @@ +$NetBSD: patch-aeson.cabal,v 1.3 2022/08/20 20:41:49 wiz Exp $ + +Allow building against hs-vector 0.14 + +--- aeson.cabal.orig 2001-09-09 01:46:40.000000000 +0000 ++++ aeson.cabal +@@ -132,7 +132,7 @@ library + , these >=1.1.1.1 && <1.2 + , unordered-containers >=0.2.10.0 && <0.3 + , uuid-types >=1.0.5 && <1.1 +- , vector >=0.12.0.1 && <0.13 ++ , vector >=0.12.0.1 && <0.14 + , witherable >=0.4.2 && <0.5 + + ghc-options: -Wall |