src: drop unused DeriveDataTypeable
This commit is contained in:
parent
34d84e389b
commit
de12b61d77
@ -48,7 +48,7 @@ optionUsage :: (String -> String) -> [OptDescr a] -> [String]
|
||||
optionUsage indent opts = concatMap optUsage opts
|
||||
where
|
||||
optUsage (Option so lo dsc udsc) =
|
||||
[ concat $ intersperse ", " $ addLabel `map` allFlags
|
||||
[ intercalate ", " $ addLabel `map` allFlags
|
||||
, indent $ udsc
|
||||
, ""
|
||||
]
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
|
||||
-- | WARNING
|
||||
-- This program is deprecated, use `ghc-mod legacy-interactive` instead.
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DeriveDataTypeable, CPP #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Misc (
|
||||
SymDbReq
|
||||
|
Loading…
Reference in New Issue
Block a user