3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shakespeare-js: update to version 1.2.0

This commit is contained in:
Peter Simons 2013-09-08 22:05:41 +02:00
parent 607da7c3c9
commit 54c362392f

View file

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