haskell-extra: update to version 0.5.1

This commit is contained in:
Peter Simons 2014-10-31 11:37:21 +01:00
parent 3ccd149299
commit b9320ad57a

View File

@ -4,10 +4,10 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "extra"; pname = "extra";
version = "0.4"; version = "0.5.1";
sha256 = "1wqhnfm297iwf6l4bkhnlbv4bb54b9y5qig7h5n7fjn88bxgwj1l"; sha256 = "0ac271lsqkgi0rrnhgzh1hjghz8vi6fj4snc8j8zrjgghc30y9wk";
buildDepends = [ filepath time ]; buildDepends = [ filepath time ];
testDepends = [ QuickCheck time ]; testDepends = [ filepath QuickCheck time ];
meta = { meta = {
homepage = "https://github.com/ndmitchell/extra#readme"; homepage = "https://github.com/ndmitchell/extra#readme";
description = "Extra functions I use"; description = "Extra functions I use";