Drop direct dependencies on system-filepath (#12658)

That package has been deprecated for years and we don’t even use
it. The deps are just redundant.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2022-01-31 10:04:07 +01:00 committed by GitHub
parent 49f37b8e67
commit 0d5443f8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

View File

@ -568,7 +568,6 @@ exports_files(["stack.exe"], visibility = ["//visibility:public"])
"stm-chans",
"stm-conduit",
"syb",
"system-filepath",
"tagged",
"tar",
"tar-conduit",

View File

@ -30,7 +30,6 @@ da_haskell_library(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"time",
"transformers",

View File

@ -30,7 +30,6 @@ da_haskell_library(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"time",
"transformers",
@ -78,7 +77,6 @@ da_haskell_test(
"proto3-wire",
"split",
"stm",
"system-filepath",
"text",
"tasty",
"tasty-hunit",

View File

@ -13,7 +13,6 @@ da_haskell_binary(
"filepath",
"megaparsec",
"split",
"system-filepath",
"text",
],
src_strip_prefix = "src",