Merge pull request #4813 from bosu/fix-hscope
haskell: update to hscope 0.4.1
This commit is contained in:
commit
0346efdabf
@ -6,20 +6,18 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hscope";
|
pname = "hscope";
|
||||||
version = "0.4";
|
version = "0.4.1";
|
||||||
sha256 = "1jb2d61c1as6li54zw33jsyvfap214pqxpkr2m6lkzaizh8396hg";
|
sha256 = "1m5mp45pvf64pnpc3lsig382177vfc232bbm9g3a8q58jrwridy7";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector
|
cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector
|
||||||
];
|
];
|
||||||
testDepends = [ mtl testSimple Unixutils ];
|
testDepends = [ mtl testSimple Unixutils ];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bosu/hscope";
|
homepage = "https://github.com/bosu/hscope";
|
||||||
description = "cscope like browser for Haskell code";
|
description = "cscope like browser for Haskell code";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -3116,7 +3116,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hscope = callPackage ../development/tools/haskell/hscope { testSimple = null; };
|
hscope = callPackage ../development/tools/haskell/hscope { };
|
||||||
|
|
||||||
hslogger = callPackage ../development/tools/haskell/hslogger {};
|
hslogger = callPackage ../development/tools/haskell/hslogger {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user