hoogle-4.2.34: re-generate expression with cabal2nix
This commit is contained in:
parent
8d013b7561
commit
893726dfbf
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
|
{ cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
|
||||||
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
||||||
, parsec, QuickCheck, random, resourcet, safe, shake, tagsoup
|
, parsec, QuickCheck, random, resourcet, safe, shake, tagsoup, text
|
||||||
, temporary, text, time, transformers, uniplate, vector
|
, time, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
||||||
, vectorAlgorithms, wai, warp
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -19,12 +18,13 @@ cabal.mkDerivation (self: {
|
|||||||
resourcet safe shake tagsoup text time transformers uniplate vector
|
resourcet safe shake tagsoup text time transformers uniplate vector
|
||||||
vectorAlgorithms wai warp
|
vectorAlgorithms wai warp
|
||||||
];
|
];
|
||||||
testDepends = [ filepath temporary ];
|
testDepends = [ filepath ];
|
||||||
testTarget = "--test-option=--no-net";
|
testTarget = "--test-option=--no-net";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/hoogle/";
|
homepage = "http://www.haskell.org/hoogle/";
|
||||||
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;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user