Skip to content

Commit f844182

Browse files
committed
Disable overloaded strings.
1 parent 6b7b9ea commit f844182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-analysis/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ load(
1818
haskell_library(
1919
name = "semantic-analysis",
2020
srcs = glob(["src/**/*.hs"]),
21-
compiler_flags = GHC_FLAGS + ["-XOverloadedStrings"],
21+
compiler_flags = GHC_FLAGS,
2222
deps = [
2323
"//:base",
2424
"//:bytestring",

0 commit comments

Comments
 (0)