diff --git a/src/Servant/API/Header.hs b/src/Servant/API/Header.hs index 5dc25e17..06344524 100644 --- a/src/Servant/API/Header.hs +++ b/src/Servant/API/Header.hs @@ -1,8 +1,6 @@ {-# LANGUAGE PolyKinds #-} module Servant.API.Header where -import GHC.TypeLits - -- | Extract the given header's value as a value of type @a@. -- -- Example: diff --git a/src/Servant/API/Sub.hs b/src/Servant/API/Sub.hs index d7bfc2ba..534cc0bd 100644 --- a/src/Servant/API/Sub.hs +++ b/src/Servant/API/Sub.hs @@ -3,7 +3,6 @@ module Servant.API.Sub where import Data.Proxy -import GHC.TypeLits -- | The contained API (second argument) can be found under @("/" ++ path)@ -- (path being the first argument).