remove unneeded imports

This commit is contained in:
Sönke Hahn 2016-01-10 16:58:16 +01:00
parent 88dda2f9c6
commit d74a458eed
2 changed files with 0 additions and 6 deletions

View file

@ -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 '[]

View file

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