aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Interface/Create.hs
diff options
context:
space:
mode:
authorAlp Mestanogullari <alpmestan@gmail.com>2018-11-15 22:40:09 +0100
committerAlp Mestanogullari <alpmestan@gmail.com>2018-11-15 22:40:09 +0100
commit936229572252c8c8545c89fcefd267e89005b8b0 (patch)
treec3cb0470898f44d66797f1ce3868d56d4aa639bb /haddock-api/src/Haddock/Interface/Create.hs
parent88c17946c9dfba6736e56660f566d21bebefa7c9 (diff)
Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag change
It got introduced in ghc/ghc@ae2c9b40f5b6bf272251d1f4107c60003f541b62.
Diffstat (limited to 'haddock-api/src/Haddock/Interface/Create.hs')
-rw-r--r--haddock-api/src/Haddock/Interface/Create.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs
index a4408434..654eb8c0 100644
--- a/haddock-api/src/Haddock/Interface/Create.hs
+++ b/haddock-api/src/Haddock/Interface/Create.hs
@@ -59,7 +59,7 @@ import Bag
import RdrName
import TcRnTypes
import FastString ( unpackFS, fastStringToByteString)
-import BasicTypes ( StringLiteral(..), SourceText(..) )
+import BasicTypes ( StringLiteral(..), SourceText(..), PromotionFlag(..) )
import qualified Outputable as O
import HsDecls ( getConArgs )