@@ -30,11 +30,11 @@ load("@prelude//go:go_stdlib.bzl", "go_stdlib_impl")
30
30
load ("@prelude//go:go_test.bzl" , "go_test_impl" )
31
31
load ("@prelude//go/transitions:defs.bzl" , "asan_attr" , "cgo_enabled_attr" , "coverage_mode_attr" , "go_binary_transition" , "go_exported_library_transition" , "go_test_transition" , "race_attr" , "tags_attr" )
32
32
load ("@prelude//haskell:haskell.bzl" , "haskell_binary_impl" , "haskell_library_impl" , "haskell_prebuilt_library_impl" , "haskell_toolchain_library_impl" )
33
- load ("@prelude//haskell:haskell_genrule.bzl" , "haskell_genrule_impl" )
34
33
load ("@prelude//haskell:haskell_ghci.bzl" , "haskell_ghci_impl" )
35
34
load ("@prelude//haskell:haskell_haddock.bzl" , "haskell_haddock_impl" )
36
35
load ("@prelude//haskell:haskell_ide.bzl" , "haskell_ide_impl" )
37
36
load ("@prelude//haskell:library_info.bzl" , "HaskellLibraryProvider" )
37
+ load ("@prelude//haskell:toolchain.bzl" , "HaskellToolchainInfo" )
38
38
load ("@prelude//http_archive:http_archive.bzl" , "http_archive_impl" )
39
39
load ("@prelude//java:java.bzl" , _java_extra_attributes = "extra_attributes" , _java_implemented_rules = "implemented_rules" )
40
40
load ("@prelude//js:js.bzl" , _js_extra_attributes = "extra_attributes" , _js_implemented_rules = "implemented_rules" )
@@ -190,7 +190,7 @@ extra_implemented_rules = struct(
190
190
haskell_ide = haskell_ide_impl ,
191
191
haskell_prebuilt_library = haskell_prebuilt_library_impl ,
192
192
haskell_toolchain_library = haskell_toolchain_library_impl ,
193
- haskell_genrule = haskell_genrule_impl ,
193
+ haskell_genrule = genrule_impl ,
194
194
195
195
#lua
196
196
cxx_lua_extension = cxx_lua_extension_impl ,
0 commit comments