diff --git a/rules_haskell_tests/tests/haskell_cabal_datafiles/compare_other_cabal_functions/without_generate_paths_module/BUILD.bazel b/rules_haskell_tests/tests/haskell_cabal_datafiles/compare_other_cabal_functions/without_generate_paths_module/BUILD.bazel index 05826c995e..dd72cc4df9 100644 --- a/rules_haskell_tests/tests/haskell_cabal_datafiles/compare_other_cabal_functions/without_generate_paths_module/BUILD.bazel +++ b/rules_haskell_tests/tests/haskell_cabal_datafiles/compare_other_cabal_functions/without_generate_paths_module/BUILD.bazel @@ -7,6 +7,7 @@ load( "haskell_binary", "haskell_toolchain_library", ) +load("@rules_haskell_ghc_version//:ghc_version.bzl", "GHC_VERSION") package(default_testonly = 1)