summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/floskell/distinfo4
-rw-r--r--devel/floskell/patches/patch-floskell.cabal13
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/floskell/distinfo b/devel/floskell/distinfo
index eb0b600b2d1..24706df8ff2 100644
--- a/devel/floskell/distinfo
+++ b/devel/floskell/distinfo
@@ -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 --git a/devel/floskell/patches/patch-floskell.cabal b/devel/floskell/patches/patch-floskell.cabal
index 569194268e4..2ac9c202008 100644
--- a/devel/floskell/patches/patch-floskell.cabal
+++ b/devel/floskell/patches/patch-floskell.cabal
@@ -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,