hoogle-local: minor changes for consistency
This commit is contained in:
parent
b896b49827
commit
e5e9171578
@ -38,13 +38,13 @@ cabal.mkDerivation (self: rec {
|
|||||||
sha256 = "1rhr7xh4x9fgflcszbsl176r8jq6rm81bwzmbz73f3pa1zf1v0zc";
|
sha256 = "1rhr7xh4x9fgflcszbsl176r8jq6rm81bwzmbz73f3pa1zf1v0zc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildInputs = [ self.ghc Cabal parallel perl wget rehoo ]
|
buildInputs = [self.ghc Cabal] ++ self.extraBuildInputs
|
||||||
++ self.extraBuildInputs ++ packages;
|
++ [ parallel perl wget rehoo ] ++ packages;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
|
aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
|
||||||
deepseq filepath haskellSrcExts httpTypes parsec QuickCheck random
|
deepseq filepath haskellSrcExts httpTypes parsec QuickCheck random
|
||||||
resourcet safe shake tagsoup text time transformers uniplate vector
|
resourcet safe shake tagsoup text time transformers uniplate vector
|
||||||
vectorAlgorithms wai warp parallel perl wget rehoo
|
vectorAlgorithms wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
testTarget = "--test-option=--no-net";
|
testTarget = "--test-option=--no-net";
|
||||||
@ -112,6 +112,6 @@ cabal.mkDerivation (self: rec {
|
|||||||
description = "Haskell API Search";
|
description = "Haskell API Search";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.jwiegley ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user