We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f584f + fe849b2 commit 505e6d3Copy full SHA for 505e6d3
servant-server/test/Servant/Server/Internal/ContextSpec.hs
@@ -1,5 +1,5 @@
1
{-# LANGUAGE DataKinds #-}
2
-{-# OPTIONS_GHC -fdefer-type-errors -Wwarn #-}
+{-# OPTIONS_GHC -fdefer-type-errors -Wwarn -Wno-deferred-type-errors #-}
3
module Servant.Server.Internal.ContextSpec (spec) where
4
5
import Data.Proxy
stack.yaml
@@ -1,4 +1,4 @@
-resolver: lts-14.17
+resolver: lts-16.24
packages:
- servant-client-core/
- servant-client/
0 commit comments