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.
1 parent a8f584f commit 2f20c32Copy full SHA for 2f20c32
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
0 commit comments