summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-14 14:21:58 +0200
committerPeter Simons <simons@cryp.to>2014-08-14 14:41:22 +0200
commit09d214dfbf4624ffcd91174857f0e7f70b825896 (patch)
tree951c23d1aa2b89e959b170a2707a3145ceefbf40 /pkgs
parentc927ff60c8404873a0a3740995cbeb802227fbd6 (diff)
downloadnixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar.gz
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar.bz2
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar.lz
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar.xz
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.tar.zst
nixlib-09d214dfbf4624ffcd91174857f0e7f70b825896.zip
haskell-hscope: re-generate with cabal2nix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/hscope/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/tools/haskell/hscope/default.nix b/pkgs/development/tools/haskell/hscope/default.nix
index 57ae3d128f01..981e61204440 100644
--- a/pkgs/development/tools/haskell/hscope/default.nix
+++ b/pkgs/development/tools/haskell/hscope/default.nix
@@ -1,5 +1,7 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
 { cabal, cereal, cpphs, deepseq, haskellSrcExts, mtl, pureCdb
-, uniplate, vector
+, testSimple, uniplate, Unixutils, vector
 }:
 
 cabal.mkDerivation (self: {
@@ -11,6 +13,7 @@ cabal.mkDerivation (self: {
   buildDepends = [
     cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector
   ];
+  testDepends = [ mtl testSimple Unixutils ];
   doCheck = false;
   meta = {
     homepage = "https://github.com/bosu/hscope";