pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/fourmolu fourmolu: fix build with pkgsrc version...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77d91b9d762b
branches: trunk
changeset: 384485:77d91b9d762b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 01 09:03:21 2022 +0000
description:
fourmolu: fix build with pkgsrc version of hs-aeson
diffstat:
devel/fourmolu/distinfo | 4 ++--
devel/fourmolu/patches/patch-fourmolu.cabal | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r cc528080014f -r 77d91b9d762b devel/fourmolu/distinfo
--- a/devel/fourmolu/distinfo Thu Sep 01 08:56:55 2022 +0000
+++ b/devel/fourmolu/distinfo Thu Sep 01 09:03:21 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/16 10:21:51 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/09/01 09:03:21 wiz Exp $
BLAKE2s (fourmolu-0.5.0.1.tar.gz) = bb38a06236934d40819fac5b0669c08da9b28896508268278079487ceaf2a841
SHA512 (fourmolu-0.5.0.1.tar.gz) = c6ab6243e13061fccb267631cff30704af43ca9ad477b7152913bba7776ccfec87463477a87048f374e09f6dfbbea5bf28b744958cf80e27e8f49a42d635f3f9
Size (fourmolu-0.5.0.1.tar.gz) = 155289 bytes
-SHA1 (patch-fourmolu.cabal) = 4786f08a43266270bf9a19ba48ae6e29d2ffbdeb
+SHA1 (patch-fourmolu.cabal) = 36ecdbae89e137bb4c8d12ed8d3c4fe9d239e8b4
diff -r cc528080014f -r 77d91b9d762b devel/fourmolu/patches/patch-fourmolu.cabal
--- a/devel/fourmolu/patches/patch-fourmolu.cabal Thu Sep 01 08:56:55 2022 +0000
+++ b/devel/fourmolu/patches/patch-fourmolu.cabal Thu Sep 01 09:03:21 2022 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-fourmolu.cabal,v 1.1 2022/02/16 10:21:51 pho Exp $
+$NetBSD: patch-fourmolu.cabal,v 1.2 2022/09/01 09:03:21 wiz Exp $
-Fix build with optparse-applicative-0.17
+Fix build with optparse-applicative-0.17 and aeson 2.1
--- fourmolu.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ fourmolu.cabal
+@@ -82,7 +82,7 @@ library
+ default-language: Haskell2010
+ build-depends:
+ Diff >=0.4 && <1.0,
+- aeson >=1.4.0.0 && <2.1,
++ aeson >=1.4.0.0,
+ ansi-terminal >=0.10 && <1.0,
+ base >=4.14 && <5.0,
+ bytestring >=0.2 && <0.12,
@@ -124,7 +124,7 @@ executable fourmolu
filepath >=1.2 && <1.5,
ghc-lib-parser >=9.2 && <9.3,
Home |
Main Index |
Thread Index |
Old Index