haskell: Add hoogle-5.0.14 for hie-hoogle.

5.0.14 is actually the version of hoogle in the stackage LTS we're
tracking, but due to
NixOS/cabal2nix@5c816fdee9 that isn't respected.
This commit is contained in:
Shea Levy
2018-01-03 14:59:39 -05:00
parent d2e8c20911
commit 707cfbf39a
3 changed files with 36 additions and 2 deletions
@@ -101685,6 +101685,38 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hoogle_5_0_14" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit
, conduit-extra, connection, containers, deepseq, directory, extra
, filepath, haskell-src-exts, http-conduit, http-types, js-flot
, js-jquery, mmap, network, network-uri, old-locale, process
, process-extras, QuickCheck, resourcet, stdenv, storable-tuple
, tar, template-haskell, text, time, transformers, uniplate
, utf8-string, vector, wai, wai-logger, warp, warp-tls, zlib
}:
mkDerivation {
pname = "hoogle";
version = "5.0.14";
sha256 = "e7cfa9ca7496d7a30b476f3502c0dfa38671d4235042bb46806568602e97bbf8";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base binary bytestring cmdargs conduit conduit-extra
connection containers deepseq directory extra filepath
haskell-src-exts http-conduit http-types js-flot js-jquery mmap
network network-uri old-locale process process-extras QuickCheck
resourcet storable-tuple tar template-haskell text time
transformers uniplate utf8-string vector wai wai-logger warp
warp-tls zlib
];
executableHaskellDepends = [ base ];
testTarget = "--test-option=--no-net";
homepage = "http://hoogle.haskell.org/";
description = "Haskell API Search";
license = stdenv.lib.licenses.bsd3;
}) {};
"hoogle" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit
, conduit-extra, connection, containers, deepseq, directory, extra