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 1f8dde5 commit 3bf5194Copy full SHA for 3bf5194
Cabal/Distribution/Simple.hs
@@ -335,7 +335,7 @@ sdistAction hooks flags args = do
335
-- NB: It would be TOTALLY WRONG to use the 'PackageDescription'
336
-- store in the 'LocalBuildInfo' for the rest of @sdist@, because
337
-- that would result in only the files that would be built
338
- -- *according to the user's configure* being packaged up.
+ -- according to the user's configure being packaged up.
339
-- In fact, it is not obvious why we need to read the
340
-- 'LocalBuildInfo' in the first place, except that we want
341
-- to do some architecture-independent preprocessing which
0 commit comments