pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-ListLike



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 10:28:48 UTC 2022

Modified Files:
        pkgsrc/devel/hs-ListLike: Makefile distinfo
Added Files:
        pkgsrc/devel/hs-ListLike/patches: patch-ListLike.cabal

Log Message:
hs-ListLike: update to 4.7.7.

### 4.7.7 (2022-05-26)

  - methods `sequence` and `mapM`: relax `Monad` constraint to `Applicative`
  - `LANGUAGE TypeOperators` to fix GHC 9.4 warning
  - allow `text-2.0`
  - tested with GHC 7.10 - 9.4


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-ListLike/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-ListLike/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-ListLike/patches/patch-ListLike.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/hs-ListLike/Makefile
diff -u pkgsrc/devel/hs-ListLike/Makefile:1.6 pkgsrc/devel/hs-ListLike/Makefile:1.7
--- pkgsrc/devel/hs-ListLike/Makefile:1.6       Sat Aug 20 08:08:13 2022
+++ pkgsrc/devel/hs-ListLike/Makefile   Mon Aug 22 10:28:48 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/08/20 08:08:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/22 10:28:48 wiz Exp $
 
-DISTNAME=      ListLike-4.7.6
-PKGREVISION=   3
+DISTNAME=      ListLike-4.7.7
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost

Index: pkgsrc/devel/hs-ListLike/distinfo
diff -u pkgsrc/devel/hs-ListLike/distinfo:1.4 pkgsrc/devel/hs-ListLike/distinfo:1.5
--- pkgsrc/devel/hs-ListLike/distinfo:1.4       Sat Feb 12 04:56:10 2022
+++ pkgsrc/devel/hs-ListLike/distinfo   Mon Aug 22 10:28:48 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/02/12 04:56:10 pho Exp $
+$NetBSD: distinfo,v 1.5 2022/08/22 10:28:48 wiz Exp $
 
-BLAKE2s (ListLike-4.7.6.tar.gz) = ae30f6c735dda081796668c56c7d76232a12e14f450bfd357f1b88d7e2fd0af8
-SHA512 (ListLike-4.7.6.tar.gz) = 40f3c9628c6ca2a1b3b158adb5a30b368d806890229fcd1e42a9162dba5fec50483a4bc82eca942aeaf07bb6054d8f0355f2af0c5aadf8eabc1a327c918369f8
-Size (ListLike-4.7.6.tar.gz) = 32509 bytes
+BLAKE2s (ListLike-4.7.7.tar.gz) = 4bcfdddb9dd2d7a7a42de079f6b613257072b351bbbb28104f2ecd70bc31b2d2
+SHA512 (ListLike-4.7.7.tar.gz) = a09d1497e219c1703874a1be189a67874bb802a6cadec038eb8f167e04061cf23a3a666556f0f32af980062ceee6aeed4feb75d20990e55cb5f57be0262886f9
+Size (ListLike-4.7.7.tar.gz) = 32876 bytes
+SHA1 (patch-ListLike.cabal) = 1f23d8fd0764728d3a97158d56afbba609ab7993

Added files:

Index: pkgsrc/devel/hs-ListLike/patches/patch-ListLike.cabal
diff -u /dev/null pkgsrc/devel/hs-ListLike/patches/patch-ListLike.cabal:1.1
--- /dev/null   Mon Aug 22 10:28:48 2022
+++ pkgsrc/devel/hs-ListLike/patches/patch-ListLike.cabal       Mon Aug 22 10:28:48 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-ListLike.cabal,v 1.1 2022/08/22 10:28:48 wiz Exp $
+
+Allow building with hs-vector 0.14.
+
+--- ListLike.cabal.orig        2001-09-09 01:46:40.000000000 +0000
++++ ListLike.cabal
+@@ -69,7 +69,7 @@ Library
+                 ,bytestring >= 0.9.1 && < 0.12
+                 ,array      >= 0.3   && < 0.6
+                 ,text       >= 0.11  && < 1.3  || == 2.0.*
+-                ,vector     >= 0.5   && < 0.13
++                ,vector     >= 0.5   && < 0.14
+                 ,dlist      >= 0.7   && < 1.1
+                 ,fmlist     >= 0.8   && < 0.10
+                 ,utf8-string >= 0.3.1 && < 1.1



Home | Main Index | Thread Index | Old Index