|
| 1 | +{ mkDerivation, aeson, ansi-terminal, base, binary, blaze-html |
| 2 | +, blaze-markup, bytestring, Cabal-syntax, cmdargs, conduit |
| 3 | +, conduit-extra, containers, crypton-connection, data-default-class |
| 4 | +, deepseq, directory, extra, filepath, ghc-lib-parser |
| 5 | +, hackage-revdeps, hashable, haskell-src-exts, http-conduit |
| 6 | +, http-types, js-flot, js-jquery, lib, mmap, old-locale |
| 7 | +, process-extras, QuickCheck, resourcet, safe, storable-tuple, tar |
| 8 | +, template-haskell, temporary, text, time, transformers, uniplate |
| 9 | +, utf8-string, vector, wai, wai-logger, warp, warp-tls, zlib |
| 10 | +}: |
| 11 | +mkDerivation { |
| 12 | + pname = "hoogle"; |
| 13 | + version = "5.0.20.0"; |
| 14 | + src = ./.; |
| 15 | + isLibrary = true; |
| 16 | + isExecutable = true; |
| 17 | + enableSeparateDataOutput = true; |
| 18 | + libraryHaskellDepends = [ |
| 19 | + aeson ansi-terminal base binary blaze-html blaze-markup bytestring |
| 20 | + Cabal-syntax cmdargs conduit conduit-extra containers |
| 21 | + crypton-connection data-default-class deepseq directory extra |
| 22 | + filepath ghc-lib-parser hackage-revdeps hashable haskell-src-exts |
| 23 | + http-conduit http-types js-flot js-jquery mmap old-locale |
| 24 | + process-extras QuickCheck resourcet safe storable-tuple tar |
| 25 | + template-haskell temporary text time transformers uniplate |
| 26 | + utf8-string vector wai wai-logger warp warp-tls zlib |
| 27 | + ]; |
| 28 | + executableHaskellDepends = [ base ]; |
| 29 | + testFlags = [ "--no-net" ]; |
| 30 | + homepage = "https://hoogle.haskell.org/"; |
| 31 | + description = "Haskell API Search"; |
| 32 | + license = lib.licenses.bsd3; |
| 33 | + mainProgram = "hoogle"; |
| 34 | +} |
0 commit comments