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 #-}
|
{-# 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
|
module Servant.Server.Internal.ContextSpec (spec) where
|
||||||
|
|
||||||
import Data.Proxy
|
import Data.Proxy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
resolver: lts-14.17
|
resolver: lts-16.24
|
||||||
packages:
|
packages:
|
||||||
- servant-client-core/
|
- servant-client-core/
|
||||||
- servant-client/
|
- servant-client/
|
||||||
|
|
Loading…
Reference in a new issue