haskell-purescript: update to version 0.5.2.2

This commit is contained in:
Peter Simons 2014-06-09 09:25:12 +02:00
parent eac3634da3
commit 5be634fab5

View file

@ -5,15 +5,15 @@
cabal.mkDerivation (self: {
pname = "purescript";
version = "0.5.2.1";
sha256 = "1dr34capgjlyjsaghsv11zz6ph5l0y8dz0q398f0f3hplcal3f58";
version = "0.5.2.2";
sha256 = "07gkd897qcgn7yf81bii5njkiq1hlhfz5jx3spdlv64a492grmg2";
isLibrary = true;
isExecutable = true;
buildDepends = [
cmdtheline filepath haskeline monadUnify mtl parsec patternArrows
time transformers unorderedContainers utf8String xdgBasedir
];
# The example don't seem to get packaged in the release.
testDepends = [ filepath mtl parsec transformers utf8String ];
doCheck = false;
meta = {
homepage = "http://www.purescript.org/";