Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arguments to be passed to Setup.hs haddock for build-type:configure #5573

Merged
merged 1 commit into from
Sep 8, 2018

Conversation

hvr
Copy link
Member

@hvr hvr commented Sep 8, 2018

In the course of 4466310 (see #5526) the
Setup.hs haddock CLI was extended to allow component ids to be passed
as positional arguments. However, autoconfUserHooks which is used in
case of build-type: Configure wasn't updated accordingly, and consequently
this caused new-haddock to break for packages using Configure.

cc @alexbiehl

Fixes #5503

…nfigure`

In the course of 4466310 (see haskell#5526) the
`Setup.hs haddock` CLI was extended to allow component ids to be passed
as positional arguments. However, `autoconfUserHooks` which is used in
case of `build-type: Configure` wasn't updated accordingly, and consequently
this caused `new-haddock` to break for packages using `Configure`.

cc @alexbiehl

Fixes haskell#5503
@alexbiehl
Copy link
Member

Good catch!

hvr added a commit that referenced this pull request Sep 8, 2018
@hvr
Copy link
Member Author

hvr commented Sep 8, 2018

already cherry-picked to 2.4 via 3d2b9d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cabal new-haddock fails for build-type:configure
3 participants