haskell-nanospec: update to version 0.2.0

This commit is contained in:
Peter Simons 2014-05-01 12:20:00 +02:00
parent e942079d46
commit f1ce1480df
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "nanospec"; pname = "nanospec";
version = "0.1.0"; version = "0.2.0";
sha256 = "16qpn199p8nrllg800zryhb8795jgk78znng5fjq1raj8l3snjk0"; sha256 = "0g10l86cv33r58zxn2bprqlm80i7g86bwzhn9jqg9s81xc0aw2qv";
testDepends = [ hspec silently ]; testDepends = [ hspec silently ];
doCheck = false; doCheck = false;
meta = { meta = {