haskell-hoogle: update to version 4.2.33
This commit is contained in:
parent
23da971e45
commit
1a5bef7006
@ -2,13 +2,12 @@
|
|||||||
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
, cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
|
||||||
, parsec, QuickCheck, random, resourcet, safe, shake, tagsoup, text
|
, parsec, QuickCheck, random, resourcet, safe, shake, tagsoup, text
|
||||||
, time, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
, time, transformers, uniplate, vector, vectorAlgorithms, wai, warp
|
||||||
, fetchurl
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoogle";
|
pname = "hoogle";
|
||||||
version = "4.2.32";
|
version = "4.2.33";
|
||||||
sha256 = "1rhr7xh4x9fgflcszbsl176r8jq6rm81bwzmbz73f3pa1zf1v0zc";
|
sha256 = "0jwik79qcflaghqxfvsd8xvb7y1czb1xihg1ijd29lx7p5mz03il";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -19,9 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
testDepends = [ filepath ];
|
testDepends = [ filepath ];
|
||||||
testTarget = "--test-option=--no-net";
|
testTarget = "--test-option=--no-net";
|
||||||
patches = [ (fetchurl { url = "https://github.com/ndmitchell/hoogle/commit/5fc294f2b5412fda107c7700f4d833b52f26184c.diff";
|
|
||||||
sha256 = "1fn52g90p2jsy87gf5rqrcg49s8hfwway5hi4v9i2rpg5mzxaq3i"; })
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/hoogle/";
|
homepage = "http://www.haskell.org/hoogle/";
|
||||||
description = "Haskell API Search";
|
description = "Haskell API Search";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user