-
Added support for the
stack run
command. -
Improved automatic opening of generated Haddocks.
-
Stack stopped supporting listing of known template names from CLI. Use fixed list configurable as
hasky-stack-templates
instead.
-
Make commands like “build → bench” and “build → test” only propose targets that make sense. For example, targets for “build → bench” won't include test suite components.
-
Added
--copy-compiler-tool
to build popup.
-
Fix automatic opening of Haddocks with Stack 1.6.1.
-
Fix propagation of arguments in the package action popup.
-
Renamed
hasky-stack-project-action-popup
tohasky-stack-package-action-popup
. -
Updated
README.md
to reflect current state of the package.
-
Added a variable that allows to make Hasky Stack open generated Haddocks automatically.
-
Enhanced detection of home page by grabbing git location and reconstructing URL from that. Given that 99% of projects are on GitHub it works fine.
- Added commands to edit Cabal and
stack.yaml
files from the root popup (invoked byhasky-stack-execute
).
-
Added the
hasky-stack-package-action
command allowing to install and lookup information about packages. -
Renamed the face
hasky-project-version
tohasky-stack-project-version
.
-
Fixed the
stack upload
command. -
Fixed the
stack clean
command. -
Added support for
--file-watch
to thestack build
popup. -
Made
hasky-stack-auto-target
switchable from thestack build
popup. -
Added
hasky-stack-auto-open-coverage-reports
customization setting and the functionality for opening coverage reports automatically.
- Initial release.