haskell-servant / servant-auth

160 stars 73 forks source link

remove unused constraint in HasServer instance for Auth #148

Closed cdepillabout closed 5 years ago

cdepillabout commented 5 years ago

There is an unused constraint in the HasServer instance for Auth, so this PR removes it.

I also took the liberty to further simplify the type signature.