diff --git a/BUILD.bazel b/BUILD.bazel index eebaec4..d2532d9 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -3,7 +3,10 @@ load("@rules_haskell//haskell:defs.bzl", "haskell_library") load("//third_party/haskell/hspec-discover:build_defs.bzl", "hspec_test") load("//tools/project:build_defs.bzl", "project") -project(license = "hs-msgpack", custom_github = True) +project( + custom_github = True, + license = "hs-msgpack", +) haskell_library( name = "hs-msgpack-rpc-conduit",