pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-ListLike hs-ListLike: update to 4.7.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efcb0a14b2c8
branches:  trunk
changeset: 383710:efcb0a14b2c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 10:28:48 2022 +0000

description:
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

diffstat:

 devel/hs-ListLike/Makefile                     |   5 ++---
 devel/hs-ListLike/distinfo                     |   9 +++++----
 devel/hs-ListLike/patches/patch-ListLike.cabal |  15 +++++++++++++++
 3 files changed, 22 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 8f42926c5234 -r efcb0a14b2c8 devel/hs-ListLike/Makefile
--- a/devel/hs-ListLike/Makefile        Mon Aug 22 10:25:17 2022 +0000
+++ b/devel/hs-ListLike/Makefile        Mon Aug 22 10:28:48 2022 +0000
@@ -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
diff -r 8f42926c5234 -r efcb0a14b2c8 devel/hs-ListLike/distinfo
--- a/devel/hs-ListLike/distinfo        Mon Aug 22 10:25:17 2022 +0000
+++ b/devel/hs-ListLike/distinfo        Mon Aug 22 10:28:48 2022 +0000
@@ -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
diff -r 8f42926c5234 -r efcb0a14b2c8 devel/hs-ListLike/patches/patch-ListLike.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-ListLike/patches/patch-ListLike.cabal    Mon Aug 22 10:28:48 2022 +0000
@@ -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