diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-02 19:01:55 +0100 |
---|---|---|
committer | Sylvain Henry <sylvain@haskus.fr> | 2020-01-02 19:01:55 +0100 |
commit | 344cfc239a108258f7caba6f064ccc16c2c00634 (patch) | |
tree | 2fb3a6a2d47afc069ce9fb7883ebcc45ad61fb9d /haddock-api/src/Haddock/Convert.hs | |
parent | f4298e24044cf01890ff6a257d387ee9a7f13d85 (diff) |
Fix after Iface modules renaming
Diffstat (limited to 'haddock-api/src/Haddock/Convert.hs')
-rw-r--r-- | haddock-api/src/Haddock/Convert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Convert.hs b/haddock-api/src/Haddock/Convert.hs index 6e2c0b9f..0c48d773 100644 --- a/haddock-api/src/Haddock/Convert.hs +++ b/haddock-api/src/Haddock/Convert.hs @@ -56,7 +56,7 @@ import Data.Maybe ( catMaybes, maybeToList ) -- | Whether or not to default 'RuntimeRep' variables to 'LiftedRep'. Check --- out Note [Defaulting RuntimeRep variables] in IfaceType.hs for the +-- out Note [Defaulting RuntimeRep variables] in GHC.Iface.Type for the -- motivation. data PrintRuntimeReps = ShowRuntimeRep | HideRuntimeRep deriving Show |