3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hoogle: update to version 4.2.33

This commit is contained in:
Peter Simons 2014-06-16 16:11:04 +02:00
parent 23da971e45
commit 1a5bef7006

View file

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