pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-aeson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 20 20:41:49 UTC 2022

Modified Files:
        pkgsrc/converters/hs-aeson: distinfo
Added Files:
        pkgsrc/converters/hs-aeson/patches: patch-aeson.cabal

Log Message:
hs-aeson: allow building against hs-vector 0.14


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/hs-aeson/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/converters/hs-aeson/patches/patch-aeson.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/hs-aeson/distinfo
diff -u pkgsrc/converters/hs-aeson/distinfo:1.8 pkgsrc/converters/hs-aeson/distinfo:1.9
--- pkgsrc/converters/hs-aeson/distinfo:1.8     Fri Aug 19 12:16:00 2022
+++ pkgsrc/converters/hs-aeson/distinfo Sat Aug 20 20:41:48 2022
@@ -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

Added files:

Index: pkgsrc/converters/hs-aeson/patches/patch-aeson.cabal
diff -u /dev/null pkgsrc/converters/hs-aeson/patches/patch-aeson.cabal:1.3
--- /dev/null   Sat Aug 20 20:41:49 2022
+++ pkgsrc/converters/hs-aeson/patches/patch-aeson.cabal        Sat Aug 20 20:41:49 2022
@@ -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



Home | Main Index | Thread Index | Old Index