diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-12-12 08:34:57 -0800 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-12-12 08:42:09 -0800 |
commit | d66a17f3d7552ccd82b5b4b491013f9ac9498966 (patch) | |
tree | 76a65bf920e126674b82fde59da94f6a52f43355 /haddock-api/src/Haddock/Interface.hs | |
parent | 6414b46e1ac8b63cad20d662311788a80e3b29bb (diff) |
Fix warnings, accept output
* remove redundant imports (only brought to light due to recent work for
improving redundant import detection)
* fix a bug that was casuing exports to appear in reverse order
* fix something in haddock-library that prevented compilation on old GHC's
Diffstat (limited to 'haddock-api/src/Haddock/Interface.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface.hs b/haddock-api/src/Haddock/Interface.hs index 759d5d03..8bfc249c 100644 --- a/haddock-api/src/Haddock/Interface.hs +++ b/haddock-api/src/Haddock/Interface.hs @@ -58,7 +58,6 @@ import Exception import GHC hiding (verbosity) import HscTypes import FastString (unpackFS) -import MonadUtils (liftIO) import TcRnTypes (tcg_rdr_env) import Name (nameIsFromExternalPackage, nameOccName) import OccName (isTcOcc) |