You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependency warp-3.3.13 : 2021-04-10T10:32:10.9523267Z - warp-3.3.13 (lib) (requires download & build) and has the new attribute.
hoist-server-with-context
With GHC 8.0.2 :
src/Servant/Auth/Server/Internal/ThrowAll.hs:5:48:error:Error:Module‘Servant’ does not export ‘ServantErr’
cabal:Failed to build servant-auth-server-0.1.0.1 (which is required by
exe:cookbook-hoist-server-with-context from
cookbook-hoist-server-with-context-0.0.1).Error:Process completed with exit code 1.
servant-auth-server needs to be at least 0.4.4.0, but it has a constraint on servant that needs GHC 8.2.1. So both aren't compatible with GHC 8.0.2
--> This PR has dropped the compatibility with 8.0.2 , but why? haskell-servant/servant-auth@90d14b4
The text was updated successfully, but these errors were encountered:
Some cookbooks have been commented because they didn't compile anymore with new versions of GHC or dependencies.
Cookbooks to fix
-- PR : Rename ServantError to ClientError, ServantErr to ServerError #1131
-- Commenting PR : Forward 8.8 #1224
-- Fixing PR : enabling https cookbook #1412
-- PR : Rename ServantError to ClientError, ServantErr to ServerError #1131
-- PR : Rename ServantError to ClientError, ServantErr to ServerError #1131
-- PR : Basic GitHub actions-based CI #1402
-- Issue Servant <-> Servant-Quickcheck dependency loop servant-quickcheck#74
-- Fixing PR Using DerivingVia in UVerb's cookbook #1407
-- PR : Fix travis: remove open-id-connect cookbook, it's bitrotted #1182
HTTPS
dependency `warp-lts 3.2.8
Adding
connHTTP2
attribut into the recordConnection
inwarp
PR : yesodweb/wai@1d40f63warp-tls
with aconnHTTP2
filled in there is-- with this PR : kazu-yamamoto/wai@4ab4083
-- with this version : https://hackage.haskell.org/package/warp-tls-3.2.9/docs/src/Network.Wai.Handler.WarpTLS.html#defaultTlsSettings
dependency warp-3.3.13 :
2021-04-10T10:32:10.9523267Z - warp-3.3.13 (lib) (requires download & build)
and has the new attribute.hoist-server-with-context
With GHC 8.0.2 :
servant-auth-server 0.4.4.0 or higher is compatible with this PR : https://github.com/haskell-servant/servant/pull/1131/files
servant-auth-server needs to be at least 0.4.4.0, but it has a constraint on servant that needs GHC 8.2.1. So both aren't compatible with GHC 8.0.2
--> This PR has dropped the compatibility with 8.0.2 , but why? haskell-servant/servant-auth@90d14b4
The text was updated successfully, but these errors were encountered: