Merge pull request #1377 from haskell-servant/housekeeping
Housekeeping
This commit is contained in:
commit
505e6d346b
2 changed files with 2 additions and 2 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
resolver: lts-14.17
|
||||
resolver: lts-16.24
|
||||
packages:
|
||||
- servant-client-core/
|
||||
- servant-client/
|
||||
|
|
Loading…
Reference in a new issue