haskell-hscope: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-14 14:21:58 +02:00
parent c927ff60c8
commit 09d214dfbf

View File

@ -1,5 +1,7 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cereal, cpphs, deepseq, haskellSrcExts, mtl, pureCdb { cabal, cereal, cpphs, deepseq, haskellSrcExts, mtl, pureCdb
, uniplate, vector , testSimple, uniplate, Unixutils, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@ -11,6 +13,7 @@ cabal.mkDerivation (self: {
buildDepends = [ buildDepends = [
cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector
]; ];
testDepends = [ mtl testSimple Unixutils ];
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "https://github.com/bosu/hscope"; homepage = "https://github.com/bosu/hscope";