summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2020-01-02 07:19:23 +0000
committerpho <pho@pkgsrc.org>2020-01-02 07:19:23 +0000
commit3a497a69f6761f2be9956d1a00af42bc21f770bd (patch)
treed966a2b5df9c8a8f979b1171f056ebb096c337df /devel
parentcc96c8d97e86f2d9f9e21b395bc99f0ddd905a73 (diff)
downloadpkgsrc-3a497a69f6761f2be9956d1a00af42bc21f770bd.tar.gz
Update to safe-0.3.18
0.3.18, released 2019-12-04 #27, deprecate maximumDef and friends, fold*1Def #27, add maximumBounded and friends Stop supporting GHC 7.4 to 7.8 0.3.17, released 2018-03-09 Improve the display of errors, less internal callstack Add a few missing Partial constraints 0.3.16, released 2018-01-06 #22, add Safe index 0.3.15, released 2017-06-18 Support QuickCheck 2.10 0.3.14, released 2017-02-15 #20, fix for GHC 7.10.1 0.3.13, released 2017-02-09 #20, require GHC 7.4 or above 0.3.12, released 2017-02-05 #19, add Safe.Partial exposing a Partial typeclass #19, add support for GHC call stacks 0.3.11, released 2017-01-22 #16, add Safe succ and pred #16, add readEitherSafe for better errors than readEither #14, add Safe zip3Exact 0.3.10, released 2016-11-08 #15, add Safe cycle 0.3.9, released 2015-05-09 #9, add Safe toEnum 0.3.8, released 2014-08-10 #8, remove unnecessary Ord constraints from Foldable functions
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-safe/Makefile4
-rw-r--r--devel/hs-safe/PLIST26
-rw-r--r--devel/hs-safe/buildlink3.mk6
-rw-r--r--devel/hs-safe/distinfo10
4 files changed, 10 insertions, 36 deletions
diff --git a/devel/hs-safe/Makefile b/devel/hs-safe/Makefile
index d07bc9aed95..0be701e69ce 100644
--- a/devel/hs-safe/Makefile
+++ b/devel/hs-safe/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/08/02 21:40:16 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/02 07:19:23 pho Exp $
-DISTNAME= safe-0.3.7
+DISTNAME= safe-0.3.18
CATEGORIES= devel
MAINTAINER= szptvlfn@NetBSD.org
diff --git a/devel/hs-safe/PLIST b/devel/hs-safe/PLIST
deleted file mode 100644
index e070f34b10f..00000000000
--- a/devel/hs-safe/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/08/02 21:40:16 szptvlfn Exp $
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/HSsafe-${PKGVERSION}.o
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/Safe.hi
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/Safe/Exact.hi
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/Safe/Foldable.hi
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/Safe/Util.hi
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/libHSsafe-${PKGVERSION}.a
-lib/safe-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/safe-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/Safe-Exact.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/Safe-Foldable.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/Safe.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/mini_Safe-Exact.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/mini_Safe-Foldable.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/mini_Safe.html
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/safe.haddock
-${PLIST.doc}share/doc/safe-${PKGVERSION}/html/synopsis.png
diff --git a/devel/hs-safe/buildlink3.mk b/devel/hs-safe/buildlink3.mk
index 6cd978f3f4d..d268782f937 100644
--- a/devel/hs-safe/buildlink3.mk
+++ b/devel/hs-safe/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:39 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/01/02 07:19:23 pho Exp $
BUILDLINK_TREE+= hs-safe
.if !defined(HS_SAFE_BUILDLINK3_MK)
HS_SAFE_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-safe+= hs-safe>=0.3.7
-BUILDLINK_ABI_DEPENDS.hs-safe+= hs-safe>=0.3.7
+BUILDLINK_API_DEPENDS.hs-safe+= hs-safe>=0.3.18
+BUILDLINK_ABI_DEPENDS.hs-safe+= hs-safe>=0.3.18
BUILDLINK_PKGSRCDIR.hs-safe?= ../../devel/hs-safe
.endif # HS_SAFE_BUILDLINK3_MK
diff --git a/devel/hs-safe/distinfo b/devel/hs-safe/distinfo
index f8b2c2575a0..09ff3ce4b0d 100644
--- a/devel/hs-safe/distinfo
+++ b/devel/hs-safe/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:33 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/01/02 07:19:23 pho Exp $
-SHA1 (safe-0.3.7.tar.gz) = 39074b3850acd6be94bdbdca0089c048c53433dd
-RMD160 (safe-0.3.7.tar.gz) = 8fa67c849f0d693628c64c26c1f3859df14fbe68
-SHA512 (safe-0.3.7.tar.gz) = 8eb62bfde4a287980987e5a76094e4ec48f251ddbfafb0ff9b2cbd66f826153fb8372a3241bc3cdafcb677ea5488790a756bd292fac30a565ec6ed63f9f76e0b
-Size (safe-0.3.7.tar.gz) = 6294 bytes
+SHA1 (safe-0.3.18.tar.gz) = 356c647ac75c825ea976e4c343913e97ff0368f6
+RMD160 (safe-0.3.18.tar.gz) = aab01783657b7bee3227d60cd4d563c18ac5277e
+SHA512 (safe-0.3.18.tar.gz) = 1721e78fae4af52f9de7c8fe65f918b845b17c346736052d21a61359f2df61c6013647bfa39cf9fe03ba0c123d6a63afc13bd8b6f16550fd6252b4108333b40b
+Size (safe-0.3.18.tar.gz) = 11208 bytes