Skip to content

Releases: commercialhaskell/stack

0.1.1.0

26 Jun 16:57
Compare
Choose a tag to compare
  • Remove GHC uncompressed tar file after installation #376
  • Put stackage snapshots JSON on S3 #380
  • Specifying flags for multiple packages #335
  • single test suite failure should show entire log #388
  • valid-wanted is a confusing option name #386
  • stack init in multi-package project should use local packages for dependency checking #384
  • Display information on why a snapshot was rejected #381
  • Give a reason for unregistering packages #389
  • stack exec accepts the --no-ghc-package-path parameter
  • Don't require build plan to upload #400
  • Specifying test components only builds/runs those tests #398
  • STACK_EXE environment variable
  • Add the stack dot command
  • stack upgrade added #237
  • --stack-yaml command line flag #378
  • --skip-ghc-check command line flag #423

Bug fixes:

  • Haddock links to global packages no longer broken on Windows #375
  • Make flags case-insensitive #397
  • Mark packages uninstalled before rebuilding #365

0.1.0.0- first stable release

23 Jun 16:45
v0.1.0.0
Compare
Choose a tag to compare

This is the first stable release of stack, intended for general purpose development by people with good Haskell experience. This release mostly focuses on bug fixes and performance enhancements, but also includes some new features from last week:

  • Fall back to cabal dependency solver when a snapshot can't be found
  • Basic implementation of stack new #137
  • stack solver command #364
  • stack path command #95
  • Haddocks #143:
    • Build for dependencies
    • Use relative links
    • Generate module contents and index for all packages in project

0.0.3- third beta release

17 Jun 21:30
v0.0.3-beta
Compare
Choose a tag to compare

This contains a number of improvements and bug fixes since the first beta release, but is still to be considered a beta! Changes include (but are not limited to):

  • --prefetch #297
  • upload command ported from stackage-upload #225
  • --only-snapshot #310
  • --resolver #224

0.0.2- second beta release

14 Jun 13:49
v0.0.2-beta
Compare
Choose a tag to compare

This contains a number of improvements and bug fixes since the first beta release, but is still to be considered a beta! Changes include (but are not limited to):

  • Fix some Windows specific bugs #216
  • Improve output for package index updates #227
  • Automatically update indices as necessary #227
  • --verbose flag #217
  • Remove packages (HTTPS and Git) #199
  • Config values for system-ghc and install-ghc
  • Merge stack deps functionality into stack build
  • install command #153 and #272
  • overriding architecture value (useful to force 64-bit GHC on Windows, for example)
  • Overhauled test running (allows cycles, avoids unnecessary recompilation, etc)

0.0.0

09 Jun 03:32
v0.0.0-beta
Compare
Choose a tag to compare

This is the first public release of stack. This is beta software. It is expected to have bugs. As tempting as it is, please do not start building production systems on top of it.