Skip to content

Commit

Permalink
Fix -Wunicode-homoglyph build failure (#2561)
Browse files Browse the repository at this point in the history
Fixes #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.
  • Loading branch information
Gabriella439 authored Dec 28, 2023
1 parent 2000127 commit 97f9a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Common common
CPP-Options:
-DNETWORK_TESTS

GHC-Options: -Wall -Wcompat -Wincomplete-uni-patterns
GHC-Options: -Wall -Wcompat -Wincomplete-uni-patterns -optP-Wno-unicode-homoglyph

Library
Import: common
Expand Down

0 comments on commit 97f9a5b

Please sign in to comment.