haskell-case-insensitive: update to version 1.1.0.3

This commit is contained in:
Peter Simons
2014-01-20 11:59:35 +01:00
parent f0740ac2bc
commit 12bb3d783b
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "case-insensitive";
version = "1.1.0.2";
sha256 = "0200jpz2xs67sw5dczfj8nlz2yp40k05bv3rk1phdc093n13kaww";
version = "1.1.0.3";
sha256 = "0fr69lfb976gflr8w6d68zn4pz86jfxbb2i49fw3mmam67k5y9bv";
buildDepends = [ deepseq hashable text ];
testDepends = [ HUnit testFramework testFrameworkHunit text ];
meta = {