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

explicit deps for custom setup script #20

Open
bbarker opened this issue Jul 28, 2020 · 0 comments
Open

explicit deps for custom setup script #20

bbarker opened this issue Jul 28, 2020 · 0 comments

Comments

@bbarker
Copy link
Collaborator

bbarker commented Jul 28, 2020

From version 1.24 cabal supports specifying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.24 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.

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

No branches or pull requests

1 participant