Open
Description
This issue is to create a builder script for Haskell programs.
One suggestion I have is to reuse and slightly modify the SCons/scons-contrib Haskell script for our needs, since it seems to do what we need.
However, this would require we create a builders
directory at the repo root. It could help us separate builders from the SConstruct
file, and basically provide a library of builders (builders like the Copier
, cargo
, rutsc
builders could go in the __init__.py
file, though). On the other hand, it could be less clear.
Metadata
Metadata
Assignees
Labels
No labels