Skip to content

Fix ambiguous occurrence error when building Hadrian

Josh Meredith requested to merge wip/shake-version-fix into master

The latest version (0.18.4) of shake renames the data constructors of Development.Shake.Verbosity, which conflicts with one of the constructor names of Hadrian.Builder.Sphinx.SphinxMode.

Merge request reports