mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-purescript: update to version 0.5.2.2
This commit is contained in:
parent
eac3634da3
commit
5be634fab5
1 changed files with 3 additions and 3 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue