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.
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
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.
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.