haskell-servant/servant

Make `Servant.Client.Ghcjs.runClientM` take in a `ClientEnv`

Open

#945 aberto em 14 de abr. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Haskell (422 forks)batch import
help wanted

Métricas do repositório

Stars
 (1.953 stars)
Métricas de merge de PR
 (Mesclagem média 23h 44m) (4 fundiu PRs em 30d)

Description

This would bring it in line with Servant.Client.runClientM. ClientEnv also needs to be exported from Servant.Client.Ghcjs.

Currently it seems like it's impossible to use ClientEnv without importing from Internal modules, which isn't ideal.

Guia do colaborador