mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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
|
{ 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";
|
||||||
|
Loading…
Reference in New Issue
Block a user