summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-16 17:27:25 +0200
committerPeter Simons <simons@cryp.to>2014-08-17 00:20:13 +0200
commit0f78da88782f90f1556552f4c5820f796391c463 (patch)
tree39b9677a9cc5f9a7f585b8cdee0e2808aba4194d /pkgs/development
parent598cc032d461ac440321b58d3884230f86fe1eca (diff)
downloadnixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar.gz
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar.bz2
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar.lz
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar.xz
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.tar.zst
nixpkgs-0f78da88782f90f1556552f4c5820f796391c463.zip
haskell-cabal-bounds: update to version 0.8.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/haskell/cabal-bounds/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/tools/haskell/cabal-bounds/default.nix b/pkgs/development/tools/haskell/cabal-bounds/default.nix
index fa258f95094..3c46cb85a4d 100644
--- a/pkgs/development/tools/haskell/cabal-bounds/default.nix
+++ b/pkgs/development/tools/haskell/cabal-bounds/default.nix
@@ -1,13 +1,14 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, Glob, lens
-, strict, tasty, tastyGolden, transformers, unorderedContainers
+{ cabal, Cabal, cabalInstall, cabalLenses, cmdargs, either
+, filepath, Glob, lens, strict, tasty, tastyGolden, transformers
+, unorderedContainers
 }:
 
 cabal.mkDerivation (self: {
   pname = "cabal-bounds";
-  version = "0.8.1";
-  sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7";
+  version = "0.8.3";
+  sha256 = "0nzb2knp1cazq54arfddy6k53v8spq1mq0vp5n4c3zn6m2x68j6z";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
@@ -15,6 +16,7 @@ cabal.mkDerivation (self: {
     unorderedContainers
   ];
   testDepends = [ filepath Glob tasty tastyGolden ];
+  buildTools = [ cabalInstall ];
   jailbreak = true;
   doCheck = false;
   meta = {