Update to 0.12.2
CHANGELOG: 0.12.2 * Vastly widened the dependency bound on `text` and `bytestring`. 0.12.1 * Updated to support the new version of `text`. * Added `transpose`, `sortBy` and `sortWith`.
This commit is contained in:
parent
a87432388b
commit
13ec27876a
4 changed files with 8 additions and 25 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/12/05 08:44:04 phonohawk Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/02/12 23:27:33 szptvlfn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= semigroups-0.12
|
||||
PKGREVISION= 1
|
||||
DISTNAME= semigroups-0.12.2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.7 2013/11/26 11:42:01 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.8 2014/02/12 23:27:33 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-semigroups
|
||||
|
||||
.if !defined(HS_SEMIGROUPS_BUILDLINK3_MK)
|
||||
HS_SEMIGROUPS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-semigroups+= hs-semigroups>=0.12
|
||||
BUILDLINK_API_DEPENDS.hs-semigroups+= hs-semigroups>=0.12.2
|
||||
BUILDLINK_PKGSRCDIR.hs-semigroups?= ../../wip/hs-semigroups
|
||||
|
||||
.include "../../wip/hs-hashable/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2013/12/05 08:44:04 phonohawk Exp $
|
||||
$NetBSD: distinfo,v 1.9 2014/02/12 23:27:33 szptvlfn Exp $
|
||||
|
||||
SHA1 (semigroups-0.12.tar.gz) = 498db887950c9556b976a2be7ca0ca4b0737cb73
|
||||
RMD160 (semigroups-0.12.tar.gz) = 90000445050c28518eb769fd995017a5fa87c2ff
|
||||
Size (semigroups-0.12.tar.gz) = 10235 bytes
|
||||
SHA1 (patch-semigroups.cabal) = 892dbb4c5fa7930fba63f98987ad73a5a1453efc
|
||||
SHA1 (semigroups-0.12.2.tar.gz) = 113b6ea6d8fb49caabf28afd4d5e21b050518955
|
||||
RMD160 (semigroups-0.12.2.tar.gz) = 73621109b8741a6af312c844190956b59be4bd08
|
||||
Size (semigroups-0.12.2.tar.gz) = 10546 bytes
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-semigroups.cabal,v 1.1 2013/12/05 08:44:04 phonohawk Exp $
|
||||
|
||||
Relax build-depends.
|
||||
|
||||
--- semigroups.cabal.orig 2013-11-26 01:35:23.000000000 +0000
|
||||
+++ semigroups.cabal
|
||||
@@ -42,7 +42,7 @@ library
|
||||
containers >= 0.3 && < 0.6,
|
||||
hashable >= 1.1 && < 1.3,
|
||||
nats >= 0.1 && < 1,
|
||||
- text >= 0.10 && < 0.12,
|
||||
+ text >= 0.10 && < 1.1,
|
||||
unordered-containers >= 0.2 && < 0.3
|
||||
|
||||
hs-source-dirs: src
|
Loading…
Reference in a new issue