haskell-purescript: update to version 0.5.2.2
This commit is contained in:
parent
eac3634da3
commit
5be634fab5
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "purescript";
|
pname = "purescript";
|
||||||
version = "0.5.2.1";
|
version = "0.5.2.2";
|
||||||
sha256 = "1dr34capgjlyjsaghsv11zz6ph5l0y8dz0q398f0f3hplcal3f58";
|
sha256 = "07gkd897qcgn7yf81bii5njkiq1hlhfz5jx3spdlv64a492grmg2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cmdtheline filepath haskeline monadUnify mtl parsec patternArrows
|
cmdtheline filepath haskeline monadUnify mtl parsec patternArrows
|
||||||
time transformers unorderedContainers utf8String xdgBasedir
|
time transformers unorderedContainers utf8String xdgBasedir
|
||||||
];
|
];
|
||||||
# The example don't seem to get packaged in the release.
|
testDepends = [ filepath mtl parsec transformers utf8String ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.purescript.org/";
|
homepage = "http://www.purescript.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user