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
, 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";