haskell-shakespeare-js: update to version 1.2.0.1

This commit is contained in:
Peter Simons 2013-10-14 08:47:49 +02:00
parent e4857cf3c6
commit 1c1f7f7e7f

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-js";
version = "1.2.0";
sha256 = "1g37m7shqxfv7i2dk5qhvxldfzh1xipd91vcyqhks1jwa5byarzj";
version = "1.2.0.1";
sha256 = "0w6dwbn3264bdjmj2hg1bppvhbd3bj8j1dkrlizjifs8g8ax0bx5";
buildDepends = [ aeson shakespeare text ];
testDepends = [ aeson hspec HUnit shakespeare text ];
meta = {