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
Fix install of packages bundling generated source in dist/ (#4012)
Packages like `alex` include pre-generated lexer/parser source
in their source tarball as e.g.
dist/build/alex/alex-tmp/Scan.hs
dist/build/alex/alex-tmp/Parser.hs
to avoid having to have `alex` already installed before building
`alex`...
Unfortunately, 8dc39db broke
packages relying on this accidental feature by changing where the
distdir points to. This patch partly reverts that commit and
therefore addresses the regression aspect of #4009.
This fix was suggested by @dcoutts
0 commit comments