haskell-extra: update to version 0.3.1

This commit is contained in:
Peter Simons 2014-10-21 17:13:18 +02:00
parent f7c75a5063
commit eedf2610dd

View File

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