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 to compile with servant >= 0.12 #5

Closed afcady closed 6 years ago

afcady commented 6 years ago

This breaks the client functionality entirely. However, it compiles and allows you to use RawM in the server.

Works toward fixing #4

cdepillabout commented 6 years ago

@afcady Thanks for doing the work to update this!

Did you want to figure out how to get the client stuff working before I merge this? Or do you want me to help with that?

afcady commented 6 years ago

I wasn't planning to work on it any more. In my opinion, you might as well merge it as it is, as long as you don't release it to hackage like that. The client part I wrote might even actually work just fine, please look at it. I'll bet you can at least fix it easily.

cdepillabout commented 6 years ago

@afcady Okay thanks a lot! I'll go ahead and do that!

cdepillabout commented 6 years ago

I've fixed this and released as servant-rawm-0.3.0.0 on hackage:

http://hackage.haskell.org/package/servant-rawm-0.3.0.0

afcady commented 6 years ago

Awesome, thanks!