From c443bec3c0dcda07469a214f4f009394321ee619 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 13 Jun 2022 17:06:46 +1000 Subject: Adding cli options / config to use specified hoogle api - and an option to disable https cert check for hoogle api --- haskell-code-explorer.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'haskell-code-explorer.cabal') 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) -- cgit v1.2.3