All Versions
26
Latest Version
Avg Release Cycle
45 days
Latest Release
637 days ago

Changelog History
Page 3

  • v0.3.1 Changes

    December 18, 2019
    • ๐Ÿ›  Fix bug in the windows wrapper script (#108)
  • v0.3.0 Changes

    December 15, 2019
    • โž• 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.
  • v0.2.1 Changes

    September 19, 2019
    • ๐Ÿ›  Make stack cradle use the same wrappers as cabal cradle. Fixes some issues ๐Ÿ on windows.
  • v0.2.0 Changes

    September 18, 2019
    • Compat with 8.2 and 8.8
    • โž• Add support for explicitly specifying dependencies for a cradle
    • Separate arguments by null bytes, so arguments can contain spaces (cabal/stack wrapper)
    • โž• Add --help to CLI
    • ๐Ÿ›  Fix the directories that certain processes run in
  • v0.1.1 Changes

    September 07, 2019
    • Compat with GHC 8.4
    • ๐Ÿ›  Fix long paths issue on windows
    • ๐Ÿ– Handle projects with .o files
  • v0.1.0 Changes

    September 06, 2019
    • ๐Ÿš€ First release