Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

haddock fails with secret-sharing #574

Closed
LocutusOfBorg opened this issue Jan 30, 2017 · 1 comment
Closed

haddock fails with secret-sharing #574

LocutusOfBorg opened this issue Jan 30, 2017 · 1 comment

Comments

@LocutusOfBorg
Copy link

as said on #233

The latest version of haddock (version 2.17.3) fails when generating docs for secret-sharing-1.0.0.3 with:

haddock: internal error: renameType: HsSpliceTy
CallStack (from HasCallStack):
error, called at utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs:266:30 in main:Haddock.Interface.Rename

Haddock version 2.17.2 works fine.

G.

@gbaz
Copy link
Contributor

gbaz commented Feb 5, 2018

still occurs with 2.18.1 :-/

harpocrates added a commit to harpocrates/haddock that referenced this issue Feb 5, 2018
This handles 'HsSpliceTy's by replacing them with what they expand to.
IIUC everything that is happening, 'renameHsSpliceTy' should not be
able to fail for the inputs we feed it from GHC.

This fixes haskell#574.
alexbiehl pushed a commit that referenced this issue Feb 6, 2018
This handles 'HsSpliceTy's by replacing them with what they expand to.
IIUC everything that is happening, 'renameHsSpliceTy' should not be
able to fail for the inputs we feed it from GHC.

This fixes #574.
alexbiehl pushed a commit that referenced this issue Feb 6, 2018
This handles 'HsSpliceTy's by replacing them with what they expand to.
IIUC everything that is happening, 'renameHsSpliceTy' should not be
able to fail for the inputs we feed it from GHC.

This fixes #574.
sjakobi pushed a commit to sjakobi/haddock that referenced this issue Jun 10, 2018
This handles 'HsSpliceTy's by replacing them with what they expand to.
IIUC everything that is happening, 'renameHsSpliceTy' should not be
able to fail for the inputs we feed it from GHC.

This fixes haskell#574.

(cherry picked from commit 1446450)
RyanGlScott added a commit to RyanGlScott/text-show that referenced this issue Mar 5, 2023
RyanGlScott added a commit to RyanGlScott/text-show that referenced this issue Mar 5, 2023
RyanGlScott added a commit to goldfirere/units that referenced this issue Feb 13, 2024
hubot pushed a commit to ghc/ghc that referenced this issue May 17, 2024
This handles 'HsSpliceTy's by replacing them with what they expand to.
IIUC everything that is happening, 'renameHsSpliceTy' should not be
able to fail for the inputs we feed it from GHC.

This fixes haskell/haddock#574.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants