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

Fix duplicate instance after PR !1551 #1654

Closed mgajda closed 1 year ago

mgajda commented 1 year ago

Since #1551 has took some time, there was duplicate instance.

This PR just removes the duplicate.

mgajda commented 1 year ago

@tchoutri @hasufell Fixed the branch.

tchoutri commented 1 year ago

Hey, this is actually a duplicate of https://github.com/haskell-servant/servant/pull/1652 but since it's pressing I'll merge my own PR :)

tchoutri commented 1 year ago

The PR is merged, you can use HEAD now :)