mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
47 lines
967 B
Markdown
47 lines
967 B
Markdown
## 0.5.0
|
|
|
|
* Print "Still Alive" while checking, to avoid Travis timeouts
|
|
* Include `stackage upload-nightly` command
|
|
* Optional plan checking
|
|
|
|
## 0.4.0
|
|
|
|
* Command line uses optparse-applicative with additional options
|
|
* Library profiling support during build
|
|
* Remove cfGlobalFlags (just use package-specific flags)
|
|
|
|
## 0.3.1
|
|
|
|
* Added `justCheck` and `stackage check` command line.
|
|
|
|
## 0.3.0.1
|
|
|
|
Pre-fetch all packages from Hackage to catch Hackage downtime early.
|
|
|
|
## 0.3.0.0
|
|
|
|
* Return progress URL from uploadBundle
|
|
|
|
## 0.2.1.4
|
|
|
|
Generate a `core` file in bundles.
|
|
|
|
## 0.2.1.1
|
|
|
|
Run postBuild earlier to avoid problems from broken doc uploads.
|
|
|
|
## 0.2.1.0
|
|
|
|
* Use TLS manager (to download from Github)
|
|
|
|
## 0.2.0.0
|
|
|
|
* Minor fixes
|
|
* `pbGlobalInstall`
|
|
|
|
## 0.1.0.0
|
|
|
|
First version of Stackage which is made available as its own package. The
|
|
codebase has been completely rewritten at this point, to be ready for generated
|
|
both Stackage Nightly and LTS Haskell distributions.
|