Commit graph

12 commits

Author SHA1 Message Date
rillig
15fe9894e6 hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-05-11 17:51:58 +00:00
pho
01a675d11a Remove dependency on devel/hs-text
It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.
2020-01-11 11:15:53 +00:00
pho
83dade96e4 Update to case-insensitive-1.2.1.0
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: https://github.com/basvandijk/case-insensitive/issues/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
2020-01-03 03:59:19 +00:00
szptvlfn
c6604daa03 Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
szptvlfn
4b41cd6f8b Bump PKGREVISION for hs-text-1.2.1.3 2015-08-02 11:27:04 +00:00
szptvlfn
51bc945220 Bump PKGREVISION for hs-hashable-1.2.3.2 2015-06-08 20:56:14 +00:00
szptvlfn
b1f3667397 Bump PKGREVISION for hs-text-1.2.1.1 2015-06-04 20:08:59 +00:00
szptvlfn
90df55f96c Bump PKGREVISION for hs-text-1.2.0.3 2014-12-12 22:55:24 +00:00
szptvlfn
f5a756a2ee Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0 2014-12-12 22:04:21 +00:00
szptvlfn
7c0afe2f36 Update to 1.2.0.1
Changes from https://github.com/basvandijk/case-insensitive
1.2.0.1
 - Solved warnings on GHC-7.8.3
 - Bump text upper version bounds
2014-09-13 22:06:12 +00:00
szptvlfn
65e9caf709 Import case-insensitive-1.2.0.0 as textproc/hs-case-insensitive,
packaged for wip by pho.

The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
2014-09-05 21:36:49 +00:00