Closed snoyberg closed 6 years ago
[ 7 of 12] Compiling Servant.Checked.Exceptions.Internal.Servant.Server ( src/Servant/Checked/Exceptions/Internal/Servant/Server .hs, dist/build/Servant/Checked/Exceptions/Internal/Servant/Server.o ) src/Servant/Checked/Exceptions/Internal/Servant/Server.hs:42:10: warning: [-Wmissing-methods] • No explicit implementation for ‘hoistServerWithContext’ • In the instance declaration for ‘HasServer (Throws e :> api) context’ | 42 | instance (HasServer (Throwing '[e] :> api) context) => | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Servant/Checked/Exceptions/Internal/Servant/Server.hs:57:10: warning: [-Wmissing-methods] • No explicit implementation for ‘hoistServerWithContext’ • In the instance declaration for ‘HasServer (Throwing es :> Verb method status ctypes a) context’ | 57 | instance (HasServer (Verb method status ctypes (Envelope es a)) context) => | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Servant/Checked/Exceptions/Internal/Servant/Server.hs:72:10: warning: [-Wmissing-methods] • No explicit implementation for ‘hoistServerWithContext’ • In the instance declaration for ‘HasServer (NoThrow :> Verb method status ctypes a) context’ | 72 | instance (HasServer (Verb method status ctypes (Envelope '[] a)) context) => | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
This is fixed by #22.