haskell-non-negative: update to version 0.1.1

This commit is contained in:
Peter Simons 2014-06-10 20:33:32 +02:00
parent 229f352953
commit faf9c7f1dd
1 changed files with 3 additions and 4 deletions

View File

@ -2,11 +2,10 @@
cabal.mkDerivation (self: {
pname = "non-negative";
version = "0.1";
sha256 = "0aebb6f5518191a02b11230798444997a03b84d63d2aaa6c38cac6718f6c351c";
isLibrary = true;
isExecutable = true;
version = "0.1.1";
sha256 = "163g3j3xrx1jkrbg2wnha3yyxyg1mn7kabmbpg82y3rbl3ihy1p7";
buildDepends = [ QuickCheck utilityHt ];
testDepends = [ QuickCheck utilityHt ];
meta = {
homepage = "http://code.haskell.org/~thielema/non-negative/";
description = "Non-negative numbers";