From 68fee749c4e5f7136ead94338b6a783788f2c6a4 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Tue, 24 Feb 2015 11:01:34 +0100 Subject: [PATCH] Remove dead code. --- src/Servant/Docs.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Servant/Docs.hs b/src/Servant/Docs.hs index 945f1e62..7cf9f441 100644 --- a/src/Servant/Docs.hs +++ b/src/Servant/Docs.hs @@ -11,7 +11,6 @@ {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE PolyKinds #-} -{-# LANGUAGE StandaloneDeriving #-} ------------------------------------------------------------------------------- -- | This module lets you get API docs for free. It lets generate @@ -191,7 +190,6 @@ import Data.ByteString.Lazy.Char8 (ByteString) import Data.Hashable import Data.HashMap.Strict (HashMap) import Data.List -import Data.Function (on) import Data.Maybe import Data.Monoid import Data.Ord (comparing)