haskell-shakespeare-js: update to version 1.2.0.4

This commit is contained in:
Peter Simons 2014-02-18 12:06:05 +01:00
parent dd49144d44
commit 9dce1a82e8

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-js";
version = "1.2.0.3";
sha256 = "1zcqq8880rsdx3xwf1czl4vn5l9igw181snbfv5k1gxpif6myhp1";
version = "1.2.0.4";
sha256 = "1y7bqv3yrlzbhd5s8w36z6vcc9jk5b9i8chhsqda5qay85rd0ipz";
buildDepends = [ aeson shakespeare text ];
testDepends = [ aeson hspec HUnit shakespeare text ];
meta = {