Skip to content

Commit

Permalink
haskell-purescript: update to version 0.5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent eac3634 commit 5be634f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/haskell/purescript/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit 5be634f

Please sign in to comment.