aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-02-20 18:58:57 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-02-20 18:58:57 +0300
commiteddf2c825dee199de0e958857f0daf3d08a07532 (patch)
treea2901b6273012308fb0b40a34c4610536a1da9e5 /haskell-code-explorer.cabal
parentc831f86d259b6d949b0f71b894c7f2b07b4eed15 (diff)
Adds an option to use public Hoogle JSON API (https://github.com/ndmitchell/hoogle/blob/3dbf68bfd701f942d3af2e6debb74a0a78cd392e/docs/API.md#json-api) to get documentation for not indexed packages. Closes #21.
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r--haskell-code-explorer.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index 4a58af3..7b40c84 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -68,7 +68,7 @@ executable haskell-code-indexer
, uri-encode
, fast-logger
, monad-logger
- , zlib
+ , zlib
, haskell-code-explorer
default-language: Haskell2010
@@ -111,6 +111,10 @@ executable haskell-code-server
, pagination
, file-embed
, mmap
+ , lens
+ , uri-encode
+ , lens-aeson
+ , wreq
if impl(ghc >= 8.4.3)
build-depends: ghc-compact