We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357036 commit ce37cf4Copy full SHA for ce37cf4
haskell/private/actions/package.bzl
@@ -67,9 +67,8 @@ def package(
67
my_pkg_id: Package id object for this package.
68
has_hs_library: Whether hs-libraries should be created.
69
has_iface: Whether the import-dirs field should be populated.
70
- empty_libs_dir: Directory name where the empty library should be.
71
- If empty, this is assumed to be a package description
72
- for a real library. See Note [Empty Libraries] in haskell_impl.bzl.
+ empty_libs_dir: Directory name where the empty library should be.
+ If empty, this is assumed to be a package description for a real library. See Note [Empty Libraries] in haskell_impl.bzl.
73
74
Returns:
75
(File, File): GHC package conf file, GHC package cache file
0 commit comments