Skip to content

Build and install executable section #19

@phischu

Description

@phischu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions