hie-bios v0.3.0 Release Notes

Release Date: 2019-12-15 // over 4 years ago
    • โž• Add multi cradle, cabal multi cradle and none cradle
    • โœ‚ Remove obelisk, bazel and default cradle types
    • bios program now expects arguments to be separated by newlines rather than spaces. (#80)
    • Only try to use stack cradle if stack is executable.
    • Filter out -w -v0 from cabal output when using cabal cradle.
    • ๐ŸŽ‰ Initialise plugins when loading a module.
    • Interface file cache persists between loads -- this greatly speeds up reloading a project if the options don't change.
    • ๐Ÿ Reuse wrapper executable on windows if one already exists.
    • ๐Ÿ‘‰ Make stack cradle work more like the cabal cradle
    • Syntax for specifying a specific component
    • Targets are read from the ghci script file
    • Cradles now use a temporary file to communicate arguments to hie-bios. bios cradles should consult the HIE_BIOS_OUTPUT envvar for the filepath to write the arguments seperated by newlines.