Closed facundominguez closed 3 years ago
It would be useful to have some post-build hook to package sparkle applications when building a cabal package which creates a sparkle executable.
This way, stack test and stack bench would always run with up-to-date jars, and the jars would be repackaged only when rebuilding was necessary.
stack test
stack bench
Stack support was removed in favor of nix+bazel in #154.
It would be useful to have some post-build hook to package sparkle applications when building a cabal package which creates a sparkle executable.
This way,
stack test
andstack bench
would always run with up-to-date jars, and the jars would be repackaged only when rebuilding was necessary.