-DUTF8 flag with -DUSE_UTF8

This commit is contained in:
gwern0
2008-09-21 15:40:14 +00:00
parent 07e9192f6f
commit b0c3dcc192
4 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ library
if flag(with_utf8)
build-depends: utf8-string
extensions: ForeignFunctionInterface
cpp-options: -DUTF8
cpp-options: -DUSE_UTF8
build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9
ghc-options: -Wall