3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shakespeare-js: update to version 1.1.4

This commit is contained in:
Peter Simons 2013-04-23 11:35:24 +02:00
parent a18f94381e
commit d61a37871f

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "shakespeare-js";
version = "1.1.3";
sha256 = "091yygp2gfp290m76iwpjddzgn7qjq1h5f8ma8sd3lvy6pv2pzcz";
version = "1.1.4";
sha256 = "05hnqpg1icf6akvchhiam8sd2xkfiyvbwq504gnys55rxgjabfy3";
buildDepends = [ aeson shakespeare text ];
testDepends = [ aeson hspec HUnit shakespeare text ];
meta = {