haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

Remove extraneous dependencies (part 2) #1745

Closed tchoutri closed 2 months ago

tchoutri commented 2 months ago

This PR removes unused dependencies, as well as string-conversions, which obfuscates the target and destination type of string used.

Due to GHCJS 8.6's inability to have bytestring's toStrict function, this PR depends on https://github.com/haskell-servant/servant/pull/1746.