dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
908 stars 211 forks source link

Fix `-Wunicode-homoglyph` build failure #2561

Closed Gabriella439 closed 6 months ago

Gabriella439 commented 6 months ago

Fixes https://github.com/dhall-lang/dhall-haskell/issues/646

This fixes a build failure that tends to happen when building Dhall using Nix on macOS. The failure is related to the -Wunicode-homoglyph cpp warning, which this change disables.