Skip to content

Commit 3bf5194

Browse files
committed
Fix Haddock error.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 1f8dde5 commit 3bf5194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Distribution/Simple.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ sdistAction hooks flags args = do
335335
-- NB: It would be TOTALLY WRONG to use the 'PackageDescription'
336336
-- store in the 'LocalBuildInfo' for the rest of @sdist@, because
337337
-- that would result in only the files that would be built
338-
-- *according to the user's configure* being packaged up.
338+
-- according to the user's configure being packaged up.
339339
-- In fact, it is not obvious why we need to read the
340340
-- 'LocalBuildInfo' in the first place, except that we want
341341
-- to do some architecture-independent preprocessing which

0 commit comments

Comments
 (0)