pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/hs-purescript-cst hs-purescript-cst: fix build wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9f4edade7e
branches:  trunk
changeset: 384209:dd9f4edade7e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 12:06:42 2022 +0000

description:
hs-purescript-cst: fix build with current pkgsrc versions of dependencies

diffstat:

 lang/hs-purescript-cst/Makefile                           |   5 +-
 lang/hs-purescript-cst/distinfo                           |  10 ++--
 lang/hs-purescript-cst/patches/patch-purescript-cst.cabal |  31 +++++++-------
 3 files changed, 22 insertions(+), 24 deletions(-)

diffs (83 lines):

diff -r 76b5a0095d9b -r dd9f4edade7e lang/hs-purescript-cst/Makefile
--- a/lang/hs-purescript-cst/Makefile   Mon Aug 29 11:53:27 2022 +0000
+++ b/lang/hs-purescript-cst/Makefile   Mon Aug 29 12:06:42 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/08/20 08:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/08/29 12:06:42 wiz Exp $
 
-DISTNAME=      purescript-cst-0.4.0.0
-PKGREVISION=   2
+DISTNAME=      purescript-cst-0.5.0.0
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 76b5a0095d9b -r dd9f4edade7e lang/hs-purescript-cst/distinfo
--- a/lang/hs-purescript-cst/distinfo   Mon Aug 29 11:53:27 2022 +0000
+++ b/lang/hs-purescript-cst/distinfo   Mon Aug 29 12:06:42 2022 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2022/02/23 16:19:45 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/29 12:06:42 wiz Exp $
 
-BLAKE2s (purescript-cst-0.4.0.0.tar.gz) = 641d04e477314e6f302c9459fdf0fa5004851d1d0ced15f75ec3c1af881aaee3
-SHA512 (purescript-cst-0.4.0.0.tar.gz) = bb25df7774b215ce99eb85a0649df95226b2d133e4330f6510313b0b4f5b4da5c4c9491efdef0dd8a99ed104365fae47818c73a7c4c676ce203711b947df72d0
-Size (purescript-cst-0.4.0.0.tar.gz) = 78378 bytes
-SHA1 (patch-purescript-cst.cabal) = 817ad7e3a87ddea2444e54578e70cd2ed6be3ba2
+BLAKE2s (purescript-cst-0.5.0.0.tar.gz) = 1ec9b24a2ff57794eaaf9e3d610a8b6b79031c5bbb9f0764baf8629665f39ae2
+SHA512 (purescript-cst-0.5.0.0.tar.gz) = 105688ba58787cd3d101e63ed806a113588f3c75f1977a7d8a4931e59ada6883ac74d2520185bc1af3b44509195dc84b0a85007856c4a78926a3feb75a55a6c4
+Size (purescript-cst-0.5.0.0.tar.gz) = 80616 bytes
+SHA1 (patch-purescript-cst.cabal) = 709090cf1bf30615e3da225af26d3e0edd29f191
 SHA1 (patch-src_Language_PureScript_AST_Declarations.hs) = 47f66a587a113ef56aa4a58d75cc56f2eb0e0d7c
 SHA1 (patch-src_Language_PureScript_CST_Parser.y) = ba484266aac19a9c38f395fa6aeb3394c2e609d6
 SHA1 (patch-src_Language_PureScript_Names.hs) = 2a318f048ba9cf564c066e2704226766e26e884d
diff -r 76b5a0095d9b -r dd9f4edade7e lang/hs-purescript-cst/patches/patch-purescript-cst.cabal
--- a/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal Mon Aug 29 11:53:27 2022 +0000
+++ b/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal Mon Aug 29 12:06:42 2022 +0000
@@ -1,33 +1,32 @@
-$NetBSD: patch-purescript-cst.cabal,v 1.1 2022/02/23 16:19:45 pho Exp $
+$NetBSD: patch-purescript-cst.cabal,v 1.2 2022/08/29 12:06:42 wiz Exp $
 
-Fix build with GHC 9.2
+Fix build with current pkgsrc versions of dependencies.
 
---- purescript-cst.cabal.orig  2021-08-25 14:51:46.000000000 +0000
+--- purescript-cst.cabal.orig  2022-02-26 20:41:41.000000000 +0000
 +++ purescript-cst.cabal
-@@ -81,20 +81,20 @@ library
+@@ -81,11 +81,11 @@ library
  
      ghc-options:        -Wall
      build-depends:
 -        aeson >=1.5.6.0 && <1.6,
 +        aeson >=1.5.6.0,
          array >=0.5.4.0 && <0.6,
--        base >=4.14.1.0 && <4.15,
+-        base >=4.14.3.0 && <4.15,
 -        base-compat >=0.11.2 && <0.12,
 -        bytestring >=0.10.12.0 && <0.11,
-+        base >=4.14.1.0,
++        base >=4.14.3.0,
 +        base-compat >=0.11.2,
 +        bytestring >=0.10.12.0,
-         containers >=0.6.2.1 && <0.7,
+         containers >=0.6.5.1 && <0.7,
          deepseq >=1.4.4.0 && <1.5,
--        dlist >=0.8.0.8 && <0.9,
-+        dlist >=0.8.0.8,
-         filepath >=1.4.2.1 && <1.5,
-         microlens >=0.4.11.2 && <0.5,
+         dlist ==1.0.*,
+@@ -94,7 +94,7 @@ library
          mtl >=2.2.2 && <2.3,
          protolude >=0.3.0 && <0.4,
-         scientific >=0.3.6.2 && <0.4,
--        semigroups >=0.19.1 && <0.20,
-+        semigroups >=0.19.1,
+         scientific >=0.3.7.0 && <0.4,
+-        semigroups >=0.19.2 && <0.20,
++        semigroups >=0.19.2,
+         serialise >=0.2.4.0 && <0.3,
          text >=1.2.4.1 && <1.3,
-         serialise >=0.2.3.0 && <0.3,
-         vector >=0.12.1.2 && <0.13
+-        vector >=0.12.3.1 && <0.13
++        vector >=0.12.3.1



Home | Main Index | Thread Index | Old Index