haskell-hspec-discover: update to version 2.0.2

This commit is contained in:
Peter Simons 2014-11-23 20:45:17 +01:00
parent 4fd4b2c6bc
commit 893d25a211

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-discover"; pname = "hspec-discover";
version = "2.0.1"; version = "2.0.2";
sha256 = "0k54j1id5yj60kjxs16w4hr52wanc55l131arypcjgf9w4yx3x3w"; sha256 = "1439134sdgwimjihjy06g4vq3bkym97da4z1zkgxgj91ljfwlb2i";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ filepath ]; buildDepends = [ filepath ];