Don't warn about necessary, expected type errors.
This commit is contained in:
parent
a8f584f80b
commit
2f20c32704
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{-# LANGUAGE DataKinds #-}
|
||||
{-# OPTIONS_GHC -fdefer-type-errors -Wwarn #-}
|
||||
{-# OPTIONS_GHC -fdefer-type-errors -Wwarn -Wno-deferred-type-errors #-}
|
||||
module Servant.Server.Internal.ContextSpec (spec) where
|
||||
|
||||
import Data.Proxy
|
||||
|
|
Loading…
Reference in a new issue