Merge pull request #4813 from bosu/fix-hscope
haskell: update to hscope 0.4.1
This commit is contained in:
commit
0346efdabf
2 changed files with 3 additions and 5 deletions
|
@ -6,20 +6,18 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hscope";
|
||||
version = "0.4";
|
||||
sha256 = "1jb2d61c1as6li54zw33jsyvfap214pqxpkr2m6lkzaizh8396hg";
|
||||
version = "0.4.1";
|
||||
sha256 = "1m5mp45pvf64pnpc3lsig382177vfc232bbm9g3a8q58jrwridy7";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
cereal cpphs deepseq haskellSrcExts mtl pureCdb uniplate vector
|
||||
];
|
||||
testDepends = [ mtl testSimple Unixutils ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bosu/hscope";
|
||||
description = "cscope like browser for Haskell code";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue