Documenting GADT constructors this way is not supported in Haddock. See this ticket. The best one can do is to use GADT records and comment the fields.
Due to this, Hackage documentation wasn't being built. See this build log for details.
I worked around the issue by documenting the constructors in the data declaration comment instead.
Documenting GADT constructors this way is not supported in Haddock. See this ticket. The best one can do is to use GADT records and comment the fields.
Due to this, Hackage documentation wasn't being built. See this build log for details.
I worked around the issue by documenting the constructors in the data declaration comment instead.
It now looks like this: