diff --git a/bazel-haskell-deps.bzl b/bazel-haskell-deps.bzl index 9e3d0d9e0e..a43b59fecb 100644 --- a/bazel-haskell-deps.bzl +++ b/bazel-haskell-deps.bzl @@ -568,7 +568,6 @@ exports_files(["stack.exe"], visibility = ["//visibility:public"]) "stm-chans", "stm-conduit", "syb", - "system-filepath", "tagged", "tar", "tar-conduit", diff --git a/compiler/repl-service/client/BUILD.bazel b/compiler/repl-service/client/BUILD.bazel index 4d3dcf012a..16413e0f47 100644 --- a/compiler/repl-service/client/BUILD.bazel +++ b/compiler/repl-service/client/BUILD.bazel @@ -30,7 +30,6 @@ da_haskell_library( "proto3-wire", "split", "stm", - "system-filepath", "text", "time", "transformers", diff --git a/compiler/scenario-service/client/BUILD.bazel b/compiler/scenario-service/client/BUILD.bazel index 64b5816942..fa60655708 100644 --- a/compiler/scenario-service/client/BUILD.bazel +++ b/compiler/scenario-service/client/BUILD.bazel @@ -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", diff --git a/security/BUILD.bazel b/security/BUILD.bazel index 768d391cb3..12812bc4b6 100644 --- a/security/BUILD.bazel +++ b/security/BUILD.bazel @@ -13,7 +13,6 @@ da_haskell_binary( "filepath", "megaparsec", "split", - "system-filepath", "text", ], src_strip_prefix = "src",