All Versions
2
Latest Version
Avg Release Cycle
155 days
Latest Release
1946 days ago
Changelog History
Changelog History
-
v0.2.0.0 Changes
February 07, 2018โ Add a
--version
(and-V
) flag to the executable.jbi repl
now takes an optional--repl-opts
which is passed through to the underlying REPL (e.g.ghci
).- No longer supply
-ferror-spans
by default.
- No longer supply
๐จ A
--debug
argument prints out all commands run.This results in many API changes; as a sample:
GlobalEnv
has been renamed toToolEnv
- A
Config
type is now provided for run-time configuration. This is now taken by most of the running commands. Env
wraps the above two types and is an argument to mostBuildTool
commands.
๐ Try and support benchmarking with
cabal+nix
where possible.API change: the
NixSupport
type now contains information aboutnix-instantiate
.๐ Better support for getting targets from stack.
๐ If a build tool needs the version to check validity it has to explicitly obtain it.
API Changes:
- Change in
canUseCommand
inBuildTool
class - Change in
command
field inValid
data structure - Change in
canUseMode
inCabalMode
class - Addition of
needsMinCabal
toCabalMode
class
- Change in
Other small tweaks to reduce the overhead of using jbi over the build tool itself (parallel validity checking, etc.).
-
v0.1.0.0 Changes
September 05, 2017- ๐ First version. Released on an semi-suspecting world.