pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-dlist



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Dec 31 07:33:17 UTC 2019

Modified Files:
        pkgsrc/devel/hs-dlist: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/hs-dlist: PLIST

Log Message:
Update to dlist-0.8.0.7

Version 0.8.0.7 (2019-08-05) Independence Day in Burkina Faso
* Add MonadFail instance for GHC >= 8.8 (Vanessa McHale)
* Change deepseq upper bound to 1.5 (Herbert Valerio Riedel)

Version 0.8.0.6 (2019-03-29) Martyrs' Day in Madagascar
* Change QuickCheck upper bound from 2.13 to 2.14

Version 0.8.0.5 (2018-09-13) Day of the Programmer
* Change QuickCheck upper bound from 2.12 to 2.13

Version 0.8.0.4 (2018-01-19) Kokborok Day
* Change QuickCheck upper bound from 2.11 to 2.12
* Make Data.DList trustworthy (Bertram Felgenhauer)
* Remove quickcheck-instances dependency for tests

Version 0.8.0.3 (2017-07-04) Independence Day in the United States
* Change QuickCheck upper bound from 2.10 to 2.11 and import the
  Arbitrary NonEmpty instance from quickcheck-instances for 2.10
* Fix stimes property in test suite (Oleg Grenrus)

Version 0.8.0.2 (2016-09-04) World Sexual Health Day
* Fix test suite: add missing module OverloadedStrings (Sergei
  Trofimovich)

Version 0.8.0.1 (2016-07-29) 58th Anniversary of the Creation of NASA
* Change QuickCheck lower bound to 2.9 for GHC >= 8 (base >= 4.9)
  (Adam Bergmark)

Version 0.8 (2016-07-17) Constitution Day in South Korea
* Add pattern synonyms Nil and Cons for GHC >= 7.8
* Add Semigroup instance for GHC >= 8 (base >= 4.9)
* Use inflexible instance for IsString to improve support for
  overloaded strings (Baldur Blöndal)
* Change QuickCheck upper bound from 2.9 to 2.10
* Add -Wall -Werror testing
* Add testing for GHC 8.0.1 to Travis-CI


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-dlist/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-dlist/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-dlist/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-dlist/distinfo

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-dlist/Makefile
diff -u pkgsrc/devel/hs-dlist/Makefile:1.4 pkgsrc/devel/hs-dlist/Makefile:1.5
--- pkgsrc/devel/hs-dlist/Makefile:1.4  Mon Jan  4 12:21:11 2016
+++ pkgsrc/devel/hs-dlist/Makefile      Tue Dec 31 07:33:17 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2016/01/04 12:21:11 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/31 07:33:17 pho Exp $
 
-DISTNAME=      dlist-0.7.1.2
+DISTNAME=      dlist-0.8.0.7
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
-COMMENT=       Differences lists
+COMMENT=       Difference lists
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"

Index: pkgsrc/devel/hs-dlist/buildlink3.mk
diff -u pkgsrc/devel/hs-dlist/buildlink3.mk:1.6 pkgsrc/devel/hs-dlist/buildlink3.mk:1.7
--- pkgsrc/devel/hs-dlist/buildlink3.mk:1.6     Sun Jan  7 13:04:03 2018
+++ pkgsrc/devel/hs-dlist/buildlink3.mk Tue Dec 31 07:33:17 2019
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/01/07 13:04:03 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2019/12/31 07:33:17 pho Exp $
 
 BUILDLINK_TREE+=       hs-dlist
 
 .if !defined(HS_DLIST_BUILDLINK3_MK)
 HS_DLIST_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-dlist+=       hs-dlist>=0.7.1
-BUILDLINK_ABI_DEPENDS.hs-dlist+=       hs-dlist>=0.7.1.2
+BUILDLINK_API_DEPENDS.hs-dlist+=       hs-dlist>=0.8.0
+BUILDLINK_ABI_DEPENDS.hs-dlist+=       hs-dlist>=0.8.0.7
 BUILDLINK_PKGSRCDIR.hs-dlist?=         ../../devel/hs-dlist
 .endif # HS_DLIST_BUILDLINK3_MK
 

Index: pkgsrc/devel/hs-dlist/distinfo
diff -u pkgsrc/devel/hs-dlist/distinfo:1.5 pkgsrc/devel/hs-dlist/distinfo:1.6
--- pkgsrc/devel/hs-dlist/distinfo:1.5  Mon Jan  4 12:21:11 2016
+++ pkgsrc/devel/hs-dlist/distinfo      Tue Dec 31 07:33:17 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/01/04 12:21:11 szptvlfn Exp $
+$NetBSD: distinfo,v 1.6 2019/12/31 07:33:17 pho Exp $
 
-SHA1 (dlist-0.7.1.2.tar.gz) = 808e09c1328f6de41110b3337243af7f9dd8a9d4
-RMD160 (dlist-0.7.1.2.tar.gz) = 44c577f9cb52014e8383d761a2251a6826d053bb
-SHA512 (dlist-0.7.1.2.tar.gz) = 471059e0a4702eca3c5c9457ea1179bf032ff48813776a283a0993abfb713e25fc12a0171b44535729f2c241dcb69496273abe9dbac181af5ef4404be95d5780
-Size (dlist-0.7.1.2.tar.gz) = 6301 bytes
+SHA1 (dlist-0.8.0.7.tar.gz) = 0e7e13eef242694168c9f767a86eba0b35d213d7
+RMD160 (dlist-0.8.0.7.tar.gz) = 539db15d2724c0d40e48232567c5cd74b38f6a59
+SHA512 (dlist-0.8.0.7.tar.gz) = e98ce96819bc8c7a86f1eb402ba7c6aea95fc87502afbb40a4b61ac6dc9a9793ca6f6042f633733c9e0e7c7f3f77711809767ecd213639bfa3b77e71bd6bd806
+Size (dlist-0.8.0.7.tar.gz) = 9228 bytes



Home | Main Index | Thread Index | Old Index