forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.1.0 * Add traverse 1.2.0.11 * Dropped upper version bounds of dependencies because it's to much work to maintain. 1.2.0.10 * Support criterion-1.2 1.2.0.9 * Support base-4.10 1.2.0.8 * Support HUnit-1.5. 1.2.0.7 * Fix build of benchmarks when getting the sources from Hackage. 1.2.0.6 * Add Travis CI support * Add Semigroup s => Semigroup (CI s) instance 1.2.0.5 * Support HUnit-1.3 * Support criterion-1.1 * Updated .nix files 1.2.0.4 * Fixed #17: basvandijk/case-insensitive#17 1.2.0.3 * Add CHANGELOG to extra-source files so that it shows up on Hackage 1.2.0.2 * Bump base and deepseq upper bounds for GHC 7.10 compatibility * Add case-insensitive.nix and default.nix * Fix #14: Build failure with GHC 7.2.2 * Fix #8: Don't unnecessarily use NoImplicitPrelude
- Loading branch information
1 parent
934af18
commit 7b04aa9
Showing
4 changed files
with
12 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2016/01/10 11:49:10 szptvlfn Exp $ | ||
# $NetBSD: Makefile,v 1.9 2020/01/03 03:59:19 pho Exp $ | ||
|
||
DISTNAME= case-insensitive-1.2.0.1 | ||
PKGREVISION= 6 | ||
DISTNAME= case-insensitive-1.2.1.0 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -11,4 +10,5 @@ LICENSE= modified-bsd | |
.include "../../mk/haskell.mk" | ||
.include "../../devel/hs-hashable/buildlink3.mk" | ||
.include "../../devel/hs-text/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# $NetBSD: buildlink3.mk,v 1.8 2016/01/10 11:49:10 szptvlfn Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.9 2020/01/03 03:59:19 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-case-insensitive | ||
|
||
.if !defined(HS_CASE_INSENSITIVE_BUILDLINK3_MK) | ||
HS_CASE_INSENSITIVE_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-case-insensitive+= hs-case-insensitive>=1.2.0 | ||
BUILDLINK_ABI_DEPENDS.hs-case-insensitive+= hs-case-insensitive>=1.2.0.1nb6 | ||
BUILDLINK_API_DEPENDS.hs-case-insensitive+= hs-case-insensitive>=1.2.1 | ||
BUILDLINK_ABI_DEPENDS.hs-case-insensitive+= hs-case-insensitive>=1.2.1.0 | ||
BUILDLINK_PKGSRCDIR.hs-case-insensitive?= ../../textproc/hs-case-insensitive | ||
|
||
.include "../../devel/hs-hashable/buildlink3.mk" | ||
.include "../../devel/hs-text/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.endif # HS_CASE_INSENSITIVE_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-case-insensitive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.3 2015/11/04 01:59:31 agc Exp $ | ||
$NetBSD: distinfo,v 1.4 2020/01/03 03:59:19 pho Exp $ | ||
|
||
SHA1 (case-insensitive-1.2.0.1.tar.gz) = d41584e5786452120e58bc14a722601f8ed0ce68 | ||
RMD160 (case-insensitive-1.2.0.1.tar.gz) = e0647ddb861c308f3d945ac934f2181d5d385b50 | ||
SHA512 (case-insensitive-1.2.0.1.tar.gz) = d35458e475ac109d9e36bc4bee368aa0afbcca4eb0bba6e7ddb89a1341e1b24223ae6a848b6d69f14b628c0b727e28169c67905a27295b65c1d2701f4027818f | ||
Size (case-insensitive-1.2.0.1.tar.gz) = 5181 bytes | ||
SHA1 (case-insensitive-1.2.1.0.tar.gz) = 8e4784a248c7877a42212d97129bb3603e531921 | ||
RMD160 (case-insensitive-1.2.1.0.tar.gz) = d77661f2fc7d35de30c309e005bac8755d9928f1 | ||
SHA512 (case-insensitive-1.2.1.0.tar.gz) = 8e3bab4d1035d0bf96da24c7a4b79953b855c849cb0197bf65dc66b4394a92fea263fcffca4179005507a35234b7f60d873df41bc01a94fb2dfdbd91092e176b | ||
Size (case-insensitive-1.2.1.0.tar.gz) = 53609 bytes |