tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Provide cabal setup post-build hooks to package spark applications #107

Closed facundominguez closed 3 years ago

facundominguez commented 7 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.

facundominguez commented 3 years ago

Stack support was removed in favor of nix+bazel in #154.