about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-13 12:37:42 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:24 +0200
commit7772b86089beef123c834d0b490b6c64a1316903 (patch)
tree3d76f6f267abc10ffe6c65654c69fc9e1a6b02ec /pkgs/development/tools
parentc6c9cfd65a90df2c72d1d40907240f1fa3be4f0a (diff)
downloadnixlib-7772b86089beef123c834d0b490b6c64a1316903.tar
nixlib-7772b86089beef123c834d0b490b6c64a1316903.tar.gz
nixlib-7772b86089beef123c834d0b490b6c64a1316903.tar.bz2
nixlib-7772b86089beef123c834d0b490b6c64a1316903.tar.lz
nixlib-7772b86089beef123c834d0b490b6c64a1316903.tar.xz
nixlib-7772b86089beef123c834d0b490b6c64a1316903.tar.zst
nixlib-7772b86089beef123c834d0b490b6c64a1316903.zip
haskell-codex: update to version 0.2.0.2
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/haskell/codex/default.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkgs/development/tools/haskell/codex/default.nix b/pkgs/development/tools/haskell/codex/default.nix
index b3c1ba9fa667..902faca957f5 100644
--- a/pkgs/development/tools/haskell/codex/default.nix
+++ b/pkgs/development/tools/haskell/codex/default.nix
@@ -1,18 +1,20 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, MissingH
-, monadLoops, tar, text, transformers, yaml, zlib
+{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, machines
+, machinesDirectory, MissingH, monadLoops, monoTraversable, tar
+, text, transformers, yaml, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "codex";
-  version = "0.1.0.5";
-  sha256 = "0hlx72dan9qvwrpp6rkyr6y9zk2lafa15va098w38r7658jymfy0";
+  version = "0.2.0.2";
+  sha256 = "0an043cmsxc296i90pv19d8xdl7fg2fvf026lx4rly7bwskzn99x";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    Cabal downloadCurl either filepath hackageDb MissingH monadLoops
-    tar text transformers yaml zlib
+    Cabal downloadCurl either filepath hackageDb machines
+    machinesDirectory MissingH monadLoops monoTraversable tar text
+    transformers yaml zlib
   ];
   jailbreak = true;
   meta = {