Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
10809 commits behind, 1 commit ahead of the upstream repository.
  • Ben Gamari's avatar
    b9fe4cd5
    validate: Fix copy-pasta · b9fe4cd5
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously the Hadrian codepath of `validate` inverted the logic which
    decides whether the test build of `xhtml` should be built with
    `--enable-shared`. This resulted in validate failures on Windows, which
    does not support dynamic linkage of Haskell code.
    b9fe4cd5
    History
    validate: Fix copy-pasta
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously the Hadrian codepath of `validate` inverted the logic which
    decides whether the test build of `xhtml` should be built with
    `--enable-shared`. This resulted in validate failures on Windows, which
    does not support dynamic linkage of Haskell code.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
validate 13.18 KiB