Skip to content

Commit

Permalink
fixup! fixup! Rewrite the tests to use the new haskell_import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophane Hufschmitt committed Nov 14, 2018
1 parent 18b59c3 commit a3a15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/repl-targets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ haskell_library(
deps = [
"//tests/data:ourclibrary",
":zlib",
"//tests:array",
"//tests:base",
"@hackage//:array",
"@hackage//:base",
],
tags = ["manual"],
)
Expand Down

0 comments on commit a3a15fc

Please sign in to comment.