We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e60728 + 642f939 commit ad6fd47Copy full SHA for ad6fd47
src/Language/PureScript/Ide/Pursuit.hs
@@ -36,7 +36,7 @@ import qualified Pipes.Prelude as P
36
queryPursuit :: Text -> IO ByteString
37
queryPursuit q = do
38
let qClean = T.dropWhileEnd (== '.') q
39
- req' <- parseRequest "http://pursuit.purescript.org/search"
+ req' <- parseRequest "https://pursuit.purescript.org/search"
40
let req = req'
41
{ queryString= "q=" <> (fromString . T.unpack) qClean
42
, requestHeaders=[(hAccept, "application/json")]
0 commit comments