pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fourmolu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  1 09:03:21 UTC 2022

Modified Files:
        pkgsrc/devel/fourmolu: distinfo
        pkgsrc/devel/fourmolu/patches: patch-fourmolu.cabal

Log Message:
fourmolu: fix build with pkgsrc version of hs-aeson


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/fourmolu/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal

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

Modified files:

Index: pkgsrc/devel/fourmolu/distinfo
diff -u pkgsrc/devel/fourmolu/distinfo:1.1 pkgsrc/devel/fourmolu/distinfo:1.2
--- pkgsrc/devel/fourmolu/distinfo:1.1  Wed Feb 16 10:21:51 2022
+++ pkgsrc/devel/fourmolu/distinfo      Thu Sep  1 09:03:21 2022
@@ -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

Index: pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal
diff -u pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal:1.1 pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal:1.2
--- pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal:1.1      Wed Feb 16 10:21:51 2022
+++ pkgsrc/devel/fourmolu/patches/patch-fourmolu.cabal  Thu Sep  1 09:03:21 2022
@@ -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