Skip to content

Commit

Permalink
Merge 35a8eb7 into 9e6f4df
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Mar 22, 2020
2 parents 9e6f4df + 35a8eb7 commit ffdb118
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 ffdb118

Please sign in to comment.