Skip to content

Commit 505e6d3

Browse files
authored
Merge pull request #1377 from haskell-servant/housekeeping
Housekeeping
2 parents a8f584f + fe849b2 commit 505e6d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-14.17
1+
resolver: lts-16.24
22
packages:
33
- servant-client-core/
44
- servant-client/

0 commit comments

Comments
 (0)