Skip to content

Commit

Permalink
chore: Run buildifier (we'll soon run this on all haskell PRs).
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 10, 2022
1 parent 090aa78 commit 1564b12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1564b12

Please sign in to comment.