haskell-servant / servant

Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.82k stars 412 forks source link

Remove commented code and unused dependency (tdigest) #1667

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

Instead of having commented code around and an unused dependency, let's remove both. This will improve compatibilty with GHC 9.6 since tdigest is not yet compatible with semigroupoids-6, which is the first release of semigroupoids that supports GHC 9.6.