pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/floskell floskell: fix build with current hs-aeson



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0b22964ea01
branches:  trunk
changeset: 384203:c0b22964ea01
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 10:58:27 2022 +0000

description:
floskell: fix build with current hs-aeson

diffstat:

 devel/floskell/distinfo                     |   4 ++--
 devel/floskell/patches/patch-floskell.cabal |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 16e60c8b8380 -r c0b22964ea01 devel/floskell/distinfo
--- a/devel/floskell/distinfo   Mon Aug 29 10:57:17 2022 +0000
+++ b/devel/floskell/distinfo   Mon Aug 29 10:58:27 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/16 10:19:20 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/29 10:58:27 wiz Exp $
 
 BLAKE2s (floskell-0.10.6.tar.gz) = 78d8deab7346e668ff1ab2832ee6ab02f1e5f5704e5a2a7e4403f5c3474793da
 SHA512 (floskell-0.10.6.tar.gz) = d4830d9787e75ba0893508e6b67409f9031695c1596e52d0bc518a4e30c586c00a6e720ed4a87902fef8c228f6e5928a5aceca78079123eede94db6c6d4223e6
 Size (floskell-0.10.6.tar.gz) = 67823 bytes
-SHA1 (patch-floskell.cabal) = 38298c0f3a2781e36fc815bb7625a612723cc7f4
+SHA1 (patch-floskell.cabal) = e2df59f829011314ee2449b8f7bed3c6e5e8535b
diff -r 16e60c8b8380 -r c0b22964ea01 devel/floskell/patches/patch-floskell.cabal
--- a/devel/floskell/patches/patch-floskell.cabal       Mon Aug 29 10:57:17 2022 +0000
+++ b/devel/floskell/patches/patch-floskell.cabal       Mon Aug 29 10:58:27 2022 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-floskell.cabal,v 1.1 2022/02/16 10:19:20 pho Exp $
+$NetBSD: patch-floskell.cabal,v 1.2 2022/08/29 10:58:27 wiz Exp $
 
-Fix build with optparse-applicative-0.17
+Fix build with optparse-applicative-0.17 and aeson-2.1
 
 --- floskell.cabal.orig        2001-09-09 01:46:40.000000000 +0000
 +++ floskell.cabal
+@@ -57,7 +57,7 @@ library
+     ghc-options:      -Wall
+     build-depends:
+         base >=4.9 && <4.17,
+-        aeson >=0.11.3.0 && <2.1,
++        aeson >=0.11.3.0 && <2.2,
+         attoparsec >=0.13.1.0 && <0.15,
+         bytestring >=0.10.8.1 && <0.12,
+         containers >=0.5.7.1 && <0.7,
 @@ -87,7 +87,7 @@ executable floskell
          directory >=1.2.6.2 && <1.4,
          ghc-prim >=0.5.0.0 && <0.9,



Home | Main Index | Thread Index | Old Index