Skip to content

Commit

Permalink
Remove warning flags. These are now default.
Browse files Browse the repository at this point in the history
toktok-stack sets default `-Wall -Werror.`
  • Loading branch information
iphydf committed Mar 22, 2020
1 parent 9e6f4df commit 35a8eb7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,13 @@ project()
haskell_library(
name = "hs-schema",
srcs = glob(["src/**/*.*hs"]),
compiler_flags = [
"-Wall",
"-Werror",
"-Wno-unused-imports",
],
src_strip_prefix = "src",
version = "0.0.1",
deps = [hazel_library("base")],
)

hspec_test(
name = "test",
compiler_flags = [
"-Wall",
"-Werror",
"-Wno-unused-imports",
],
deps = [
":hs-schema",
"//hs-msgpack",
Expand Down

0 comments on commit 35a8eb7

Please sign in to comment.