haskell-minimorph: update to version 0.1.5.0

This commit is contained in:
Peter Simons 2013-12-19 18:10:56 +01:00
parent 2504dedaf6
commit d54d878212
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "minimorph"; pname = "minimorph";
version = "0.1.4.0"; version = "0.1.5.0";
sha256 = "16ri9hfriszrgqcm111b1pp5x65s034hrc35kjz5qax32mnc9rn6"; sha256 = "00dnvv0pap2xr74xwzldz89783iw320z7p1rdw0lwjjpbqa3v00g";
buildDepends = [ text ]; buildDepends = [ text ];
testDepends = [ HUnit testFramework testFrameworkHunit text ]; testDepends = [ HUnit testFramework testFrameworkHunit text ];
meta = { meta = {