summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-11 21:27:35 +0100
committerPeter Simons <simons@cryp.to>2014-11-11 21:27:35 +0100
commit9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2 (patch)
tree2ee56d9da4c6b4031cfaa0a4a27a32789ad7d8ab /pkgs
parent56d325550b8940039034ea52f735270b444aa6bd (diff)
parent9d7c65f8407c969c1cb9078ab8be33e75ed4f0e1 (diff)
downloadnixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar.gz
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar.bz2
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar.lz
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar.xz
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.tar.zst
nixlib-9db2e64f6f5cbc790a6d8d284cf4860f083f2eb2.zip
Merge pull request #4948 from dysinger/purescript-0.6.0.2
purescript-0.6.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/purescript/default.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/libraries/haskell/purescript/default.nix b/pkgs/development/libraries/haskell/purescript/default.nix
index ea5014ea76f6..59283d071e3f 100644
--- a/pkgs/development/libraries/haskell/purescript/default.nix
+++ b/pkgs/development/libraries/haskell/purescript/default.nix
@@ -1,22 +1,21 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, cmdtheline, filepath, haskeline, monadUnify, mtl, parsec
-, patternArrows, time, transformers, unorderedContainers
-, utf8String
+{ cabal, cmdtheline, fileEmbed, filepath, haskeline, monadUnify
+, mtl, parsec, patternArrows, time, transformers
+, unorderedContainers, utf8String, nodejs
 }:
 
 cabal.mkDerivation (self: {
   pname = "purescript";
-  version = "0.5.7.1";
-  sha256 = "1xjihv7lq5b2cw44jhxwzr21749gayqfiqjkryz6z9p820hg1zzv";
+  version = "0.6.0.2";
+  sha256 = "1fkbdpfbx7sywcaybw8y5s3x44xlpkrp24gvl0286kajmciix2f8";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    cmdtheline filepath haskeline monadUnify mtl parsec patternArrows
-    time transformers unorderedContainers utf8String
+    cmdtheline fileEmbed filepath haskeline monadUnify mtl parsec
+    patternArrows time transformers unorderedContainers utf8String
   ];
-  testDepends = [ filepath mtl parsec transformers utf8String ];
-  doCheck = false;
+  testDepends = [ filepath mtl parsec transformers utf8String nodejs ];
   meta = {
     homepage = "http://www.purescript.org/";
     description = "PureScript Programming Language Compiler";