diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-04-20 16:54:38 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-26 13:55:14 -0400 |
commit | af332442123878c1b61d236dce46418efcbe8750 (patch) | |
tree | ec4b332843cdd4fedb4aa60b11b7b8dba82a0764 /utils | |
parent | b0fbfc7582fb81314dc28a056536737fb5eeaa6e (diff) | |
download | haskell-af332442123878c1b61d236dce46418efcbe8750.tar.gz |
Modules: Utils and Data (#13009)
Update Haddock submodule
Metric Increase:
haddock.compiler
Diffstat (limited to 'utils')
-rw-r--r-- | utils/check-api-annotations/Main.hs | 2 | ||||
-rw-r--r-- | utils/check-ppr/Main.hs | 2 | ||||
m--------- | utils/haddock | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/utils/check-api-annotations/Main.hs b/utils/check-api-annotations/Main.hs index e0d62e6684..366f7c7601 100644 --- a/utils/check-api-annotations/Main.hs +++ b/utils/check-api-annotations/Main.hs @@ -4,7 +4,7 @@ import Data.Data import Data.List import GHC import GHC.Driver.Session -import Outputable +import GHC.Utils.Outputable import GHC.Parser.Annotation import GHC.Types.SrcLoc import System.Environment( getArgs ) diff --git a/utils/check-ppr/Main.hs b/utils/check-ppr/Main.hs index 0119311531..b222b726fb 100644 --- a/utils/check-ppr/Main.hs +++ b/utils/check-ppr/Main.hs @@ -5,7 +5,7 @@ import GHC.Types.SrcLoc import GHC hiding (moduleName) import GHC.Hs.Dump import GHC.Driver.Session -import Outputable hiding (space) +import GHC.Utils.Outputable hiding (space) import System.Environment( getArgs ) import System.Exit import System.FilePath diff --git a/utils/haddock b/utils/haddock -Subproject da4e2bd788b6231494d6ac56a8e88bcfa4be51f +Subproject 2d2587182568cc5aa4b29d401517337c32459c6 |