diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-11-15 13:48:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 13:48:13 -0800 |
commit | 0b379984f7898ab0656f71f05fb0163a6a2ddb2c (patch) | |
tree | c3cb0470898f44d66797f1ce3868d56d4aa639bb /haddock-api/src/Haddock/Interface/Create.hs | |
parent | 88c17946c9dfba6736e56660f566d21bebefa7c9 (diff) | |
parent | 936229572252c8c8545c89fcefd267e89005b8b0 (diff) |
Merge pull request #970 from alpmestan/alp/fix-promotionflag
Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag change
Diffstat (limited to 'haddock-api/src/Haddock/Interface/Create.hs')
-rw-r--r-- | haddock-api/src/Haddock/Interface/Create.hs | 2 |
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 ) |