1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-case-insensitive: updated to version 0.4

svn path=/nixpkgs/trunk/; revision=30689
This commit is contained in:
Peter Simons 2011-12-02 11:47:03 +00:00
parent 38e7a9c775
commit 6904c2a090

View file

@ -2,10 +2,11 @@
cabal.mkDerivation (self: {
pname = "case-insensitive";
version = "0.3.0.1";
sha256 = "0aaj7avg3rd2bvjjcny7wjdif60ikk7q49896g12jnczi5ba97ml";
version = "0.4";
sha256 = "0la9gzf563x03xy120n8h5f6kmn425c5chbm42ksx1g7ag1ppmd6";
buildDepends = [ hashable text ];
meta = {
homepage = "https://github.com/basvandijk/case-insensitive";
description = "Case insensitive string comparison";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;