haskell-hspec-expectations: update to version 0.3.0.3

This commit is contained in:
Peter Simons 2012-11-08 14:57:37 +01:00
parent 14ebcad2d7
commit 971c1f9200

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "hspec-expectations";
version = "0.3.0.2";
sha256 = "1jwwi4pbv0pc88vdg5y0ljjq41sha4v4y5qaxi6qms7rl6cp4qkr";
version = "0.3.0.3";
sha256 = "1ppcbfmcgrd1lwswa293fxwny6khhg4blygfbcsawrvgc5ji0q74";
buildDepends = [ HUnit ];
meta = {
homepage = "https://github.com/sol/hspec-expectations#readme";