cdepillabout / servant-rawm

Effectful Raw handler for Servant servers.
https://hackage.haskell.org/package/servant-rawm
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Fix up the servant client as well as getting tests working for latest servant version. #6

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

This PR fixes up the servant client as well as getting tests working. This gets everything working for the latest servant version and finishes the work from #5.

This should fix #4.