Relax build-depends to compile with text-1.0.*
This commit is contained in:
parent
5e39fbc833
commit
eabb8e6495
3 changed files with 19 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2013/11/26 11:42:01 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2013/12/05 08:44:04 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= semigroups-0.12
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2013/11/26 11:42:01 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.8 2013/12/05 08:44:04 phonohawk 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
|
||||
|
|
15
hs-semigroups/patches/patch-semigroups.cabal
Normal file
15
hs-semigroups/patches/patch-semigroups.cabal
Normal file
|
@ -0,0 +1,15 @@
|
|||
$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