Skip to content

Commit ce37cf4

Browse files
committed
fix indentation
1 parent 3357036 commit ce37cf4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

haskell/private/actions/package.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ def package(
6767
my_pkg_id: Package id object for this package.
6868
has_hs_library: Whether hs-libraries should be created.
6969
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.
70+
empty_libs_dir: Directory name where the empty library should be.
71+
If empty, this is assumed to be a package description for a real library. See Note [Empty Libraries] in haskell_impl.bzl.
7372
7473
Returns:
7574
(File, File): GHC package conf file, GHC package cache file

0 commit comments

Comments
 (0)