Skip to content

Commit

Permalink
Drop direct dependencies on system-filepath (#12658)
Browse files Browse the repository at this point in the history
That package has been deprecated for years and we don’t even use
it. The deps are just redundant.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 31, 2022
1 parent 49f37b8 commit 0d5443f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion bazel-haskell-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ exports_files(["stack.exe"], visibility = ["//visibility:public"])
"stm-chans",
"stm-conduit",
"syb",
"system-filepath",
"tagged",
"tar",
"tar-conduit",
Expand Down
1 change: 0 additions & 1 deletion compiler/repl-service/client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ da_haskell_library(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"time",
"transformers",
Expand Down
2 changes: 0 additions & 2 deletions compiler/scenario-service/client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ da_haskell_library(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"time",
"transformers",
Expand Down Expand Up @@ -78,7 +77,6 @@ da_haskell_test(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"tasty",
"tasty-hunit",
Expand Down
1 change: 0 additions & 1 deletion security/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ da_haskell_binary(
"filepath",
"megaparsec",
"split",
"system-filepath",
"text",
],
src_strip_prefix = "src",
Expand Down

0 comments on commit 0d5443f

Please sign in to comment.