Skip to content

Commit 97f9a5b

Browse files
authored
Fix -Wunicode-homoglyph build failure (#2561)
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.
1 parent 2000127 commit 97f9a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Common common
269269
CPP-Options:
270270
-DNETWORK_TESTS
271271

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

274274
Library
275275
Import: common

0 commit comments

Comments
 (0)