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
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "extra"; pname = "extra";
version = "0.3"; version = "0.3.1";
sha256 = "0c8b8xp2ipjhpkvwnaib6qm39mjh836rhkmg3hp4pn7ck3139ys7"; sha256 = "06ndd2frbpi1xnjgg82m25m7n8b5ass1am9pi5k8hik02d9paf28";
buildDepends = [ filepath time ]; buildDepends = [ filepath time ];
testDepends = [ QuickCheck ]; testDepends = [ 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";