From 09d214dfbf4624ffcd91174857f0e7f70b825896 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Aug 2014 14:21:58 +0200 Subject: [PATCH] haskell-hscope: re-generate with cabal2nix --- pkgs/development/tools/haskell/hscope/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/haskell/hscope/default.nix b/pkgs/development/tools/haskell/hscope/default.nix index 57ae3d128f0..981e6120444 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";