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

Merging servant-rawm into servant ? #23

Open gdeest opened 2 years ago

gdeest commented 2 years ago

There is some interest for shipping the RawM combinator as part of servant, see:

https://github.com/haskell-servant/servant/issues/1544 https://github.com/haskell-servant/servant/pull/1551

This would, for example, allow native support in servant-auth, without the need for a separate servant-auth-rawm package or user-defined orphan instances.

Would you be open to this idea, or do you prefer maintaining servant-rawm as a separate package ?

cdepillabout commented 2 years ago

I never wanted to maintain servant-rawm to begin with :-)

If servant-rawm gets merged into servant I'd be happy to deprecate the servant-rawm package.

gdeest commented 2 years ago

OK, let's take this road then !