3
0
Fork 0
forked from mirrors/nixpkgs

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: {
pname = "extra";
version = "0.4";
sha256 = "1wqhnfm297iwf6l4bkhnlbv4bb54b9y5qig7h5n7fjn88bxgwj1l";
version = "0.5.1";
sha256 = "0ac271lsqkgi0rrnhgzh1hjghz8vi6fj4snc8j8zrjgghc30y9wk";
buildDepends = [ filepath time ];
testDepends = [ QuickCheck time ];
testDepends = [ filepath QuickCheck time ];
meta = {
homepage = "https://github.com/ndmitchell/extra#readme";
description = "Extra functions I use";