remove unneeded imports
This commit is contained in:
parent
88dda2f9c6
commit
d74a458eed
2 changed files with 0 additions and 6 deletions
|
@ -19,10 +19,6 @@
|
|||
|
||||
module Servant.Server.Internal.Config where
|
||||
|
||||
import Control.DeepSeq (NFData(rnf))
|
||||
import GHC.Generics (Generic)
|
||||
import Data.Typeable (Typeable)
|
||||
|
||||
-- | The entire configuration.
|
||||
data Config a where
|
||||
EmptyConfig :: Config '[]
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{- LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE KindSignatures #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{- LANGUAGE UndecidableInstances #-}
|
||||
|
||||
-- | This is a custom combinator for S.S.UsingConfigSpec. It's split up into
|
||||
-- its own module to be able to test how exactly module import work when using
|
||||
|
|
Loading…
Reference in a new issue