diff options
author | Alexander Biehl <abiehl@novomind.com> | 2018-02-01 11:12:57 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-02-01 14:58:18 +0100 |
commit | bfd1b156e9bd4c3b2b70b03cb59f778a1061daed (patch) | |
tree | a548bb09fc703e1a9c21cf70ce223c7dc6ce3d80 /haddock-api/src/Haddock/Interface/LexParseRn.hs | |
parent | fb8dd7488f956e42c1dae4d041ca2c7064fb3e78 (diff) |
Warning free compilation
Diffstat (limited to 'haddock-api/src/Haddock/Interface/LexParseRn.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/LexParseRn.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/LexParseRn.hs b/haddock-api/src/Haddock/Interface/LexParseRn.hs index 311301ee..1269df3f 100644 --- a/haddock-api/src/Haddock/Interface/LexParseRn.hs +++ b/haddock-api/src/Haddock/Interface/LexParseRn.hs @@ -18,7 +18,6 @@ module Haddock.Interface.LexParseRn , processModuleHeader ) where -import Data.IntSet (toList) import Data.List import Documentation.Haddock.Doc (metaDocConcat) import DynFlags (languageExtensions) |