Change "false" to "False" in buildable clause

This commit is contained in:
Harendra Kumar 2021-10-30 22:49:47 +05:30
parent 21fff61810
commit badf28fe61

View File

@ -524,7 +524,7 @@ benchmark Unicode.Char
main-is: Char.hs
-- Takes too much memory for ghcjs
if impl(ghcjs)
buildable: false
buildable: False
benchmark Unicode.Utf8
import: bench-options