mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
haskell-hscope: re-generate with cabal2nix
This commit is contained in:
parent
c927ff60c8
commit
09d214dfbf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user