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
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.
The text was updated successfully, but these errors were encountered:
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:
Perhaps in the future I might propose something concrete in the form of a pull request.
The text was updated successfully, but these errors were encountered: