Merge pull request #1377 from haskell-servant/housekeeping

Housekeeping
This commit is contained in:
fisx 2020-12-09 23:07:47 +01:00 committed by GitHub
commit 505e6d346b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
resolver: lts-14.17
resolver: lts-16.24
packages:
- servant-client-core/
- servant-client/