Skip to content

Commit 2f20c32

Browse files
committed
Don't warn about necessary, expected type errors.
1 parent a8f584f commit 2f20c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/test/Servant/Server/Internal/ContextSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE DataKinds #-}
2-
{-# OPTIONS_GHC -fdefer-type-errors -Wwarn #-}
2+
{-# OPTIONS_GHC -fdefer-type-errors -Wwarn -Wno-deferred-type-errors #-}
33
module Servant.Server.Internal.ContextSpec (spec) where
44

55
import Data.Proxy

0 commit comments

Comments
 (0)