pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/hs-purescript-cst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 29 12:06:42 UTC 2022

Modified Files:
        pkgsrc/lang/hs-purescript-cst: Makefile distinfo
        pkgsrc/lang/hs-purescript-cst/patches: patch-purescript-cst.cabal

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/hs-purescript-cst/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/hs-purescript-cst/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal

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

Modified files:

Index: pkgsrc/lang/hs-purescript-cst/Makefile
diff -u pkgsrc/lang/hs-purescript-cst/Makefile:1.3 pkgsrc/lang/hs-purescript-cst/Makefile:1.4
--- pkgsrc/lang/hs-purescript-cst/Makefile:1.3  Sat Aug 20 08:08:20 2022
+++ pkgsrc/lang/hs-purescript-cst/Makefile      Mon Aug 29 12:06:42 2022
@@ -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

Index: pkgsrc/lang/hs-purescript-cst/distinfo
diff -u pkgsrc/lang/hs-purescript-cst/distinfo:1.1 pkgsrc/lang/hs-purescript-cst/distinfo:1.2
--- pkgsrc/lang/hs-purescript-cst/distinfo:1.1  Wed Feb 23 16:19:45 2022
+++ pkgsrc/lang/hs-purescript-cst/distinfo      Mon Aug 29 12:06:42 2022
@@ -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

Index: pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal
diff -u pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal:1.1 pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal:1.2
--- pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal:1.1        Wed Feb 23 16:19:45 2022
+++ pkgsrc/lang/hs-purescript-cst/patches/patch-purescript-cst.cabal    Mon Aug 29 12:06:42 2022
@@ -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