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

Build and install executable section #19

Open
phischu opened this issue Jun 18, 2014 · 0 comments
Open

Build and install executable section #19

phischu opened this issue Jun 18, 2014 · 0 comments

Comments

@phischu
Copy link
Contributor

phischu commented Jun 18, 2014

When attempting to install an executable with haskell-suite cabal just dies. I believe the following steps are necessary to allow custom compilers to also process executable sections:

  • Design a command line interface for executable building.
  • Design a command line interface for executable installation.
  • In Cabal write a function 'Distribution.Simple.HaskellSuite.buildExe' and a function 'Distribution.Simple.HaskellSuite.installExe'. They should call the compiler tool.
  • Invent reasonable defaults for the 'simple' compiler.
    Perhaps in the future I might propose something concrete in the form of a pull request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant