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

Build failure with servant 0.16 #9

Closed snoyberg closed 5 years ago

snoyberg commented 5 years ago
[4 of 6] Compiling Servant.RawM.Internal.Server ( src/Servant/RawM/Internal/Server.hs, dist/build/Servant/RawM/Internal/Server.o )

src/Servant/RawM/Internal/Server.hs:36:75: error:
    Module
    ‘Servant.Server.Internal’
    does not export
    ‘responseServantErr’
   |
36 |        (Delayed, Router'(RawRouter), RouteResult(Fail, FailFatal, Route), responseServantErr,
   |                      
torgeirsh commented 5 years ago

I think this was fixed, at least it builds for me. If adding the package to stackage again works, maybe the issue can be closed?

cdepillabout commented 5 years ago

@torgeirsh Thanks for the reminder. I have sent a PR to stackage:

https://github.com/commercialhaskell/stackage/pull/4768