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 latest servant libraries #4

Closed snoyberg closed 6 years ago

snoyberg commented 6 years ago
Preprocessing library for servant-rawm-0.2.0.2..
Building library for servant-rawm-0.2.0.2..
[1 of 6] Compiling Servant.RawM.Internal.API ( src/Servant/RawM/Internal/API.hs, dist/build/Servant/RawM/Internal/API.o )
[2 of 6] Compiling Servant.RawM.Internal.Client ( src/Servant/RawM/Internal/Client.hs, dist/build/Servant/RawM/Internal/Client.o )

src/Servant/RawM/Internal/Client.hs:26:1: error:
    Could not find module ‘Servant.Common.Req’
    Use -v to see a list of the files searched for.
   |
26 | import Servant.Common.Req (Req, performRequest)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^