You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: haskell/providers.bzl
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ HaskellInfo = provider(
13
13
"extra_source_files": "Depset of non-Haskell source files.",
14
14
"hs_libraries": "Depset of compiled Haskell libraries in all available GHC ways.",
15
15
"deps_hs_libraries": "Depset of compiled Haskell libraries belonging to libraries in the deps field of the rule or in the deps field of any transitive dependency (libraries in narrowed_deps are included in transitive dependencies for this sake)",
16
-
"empty_hs_libraries": "Depset of compiled empty Haskell libraries in all available GHC ways.",
17
16
"interface_dirs": "Depset of interface dirs belonging to the packages.",
18
17
"deps_interface_dirs": "Depset of interface dirs belonging to libraries in the deps field of the rule or in the deps field of any transitive dependency (libraries in narrowed_deps are included in transitive dependencies for this sake)",
19
18
"compile_flags": "Arguments that were used to compile the code.",
0 commit comments