haskell-servant/servant
View on GitHubMake `Servant.Client.Ghcjs.runClientM` take in a `ClientEnv`
Open
#945 opened on Apr 14, 2018
help wanted
Repository metrics
- Stars
- (1,953 stars)
- PR merge metrics
- (Avg merge 5h 49m) (2 merged PRs in 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.