aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-06-13 17:06:46 +1000
committerYuchen Pei <hi@ypei.me>2022-06-13 17:06:46 +1000
commitc443bec3c0dcda07469a214f4f009394321ee619 (patch)
tree58f59f2fe379b82e76b0002b447aca3c4809af6d /haskell-code-explorer.cabal
parentd46347ab6fcac716b1cfda539f6a2e4563c482ed (diff)
Adding cli options / config to use specified hoogle apiHEADmasterdev
- and an option to disable https cert check for hoogle api
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r--haskell-code-explorer.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index e2d18e9..2d68dfe 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -85,6 +85,7 @@ executable haskell-code-server
, base
, bytestring
, cereal
+ , connection
, containers
, deepseq
, directory
@@ -105,6 +106,7 @@ executable haskell-code-server
, wai-extra
, wai-middleware-static
, warp
+ , http-client-tls
, http-types
, http-api-data
, fast-logger
@@ -116,6 +118,7 @@ executable haskell-code-server
, mmap
, lens
, uri-encode
+ , utf8-string
, lens-aeson
, wreq
if impl(ghc >= 8.4.3)