3
0
Fork 0
forked from mirrors/nixpkgs

hoogle: patch to fix build errors with WAI 3.0

https://github.com/ndmitchell/hoogle/issues/69
This commit is contained in:
Peter Simons 2014-06-12 10:22:57 +02:00
parent 84e0ecd664
commit 7abf0948be

View file

@ -2,6 +2,7 @@
, 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: {
@ -18,6 +19,9 @@ 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";