stack 2.1.1 → 2.1.1.1
raw patch · 4 files changed
+43/−34 lines, 4 filesdep ~cryptonite
Dependency ranges changed: cryptonite
Files
- ChangeLog.md +14/−0
- doc/ChangeLog.md +14/−0
- stack.cabal +15/−5
- stack.yaml +0/−29
ChangeLog.md view
@@ -1,6 +1,20 @@ # Changelog +## v2.1.1.1++Hackage-only release that removes `stack.yaml` from the sdist. This is because+`stack.yaml` now defines a multi-package project, whereas Hackage works on the+basis on individual packages (see+[#4860](https://github.com/commercialhaskell/stack/issues/4860))++If building a `stack` executable for distribution, please download the+source code from https://github.com/commercialhaskell/stack/releases/tag/v2.1.1+and build it using Stack itself in order to ensure identical behaviour+to official binaries. This package on Hackage is provided for convenience+and bootstrapping purposes.++ ## v2.1.1 **Changes since v1.9.3**
doc/ChangeLog.md view
@@ -1,6 +1,20 @@ # Changelog +## v2.1.1.1++Hackage-only release that removes `stack.yaml` from the sdist. This is because+`stack.yaml` now defines a multi-package project, whereas Hackage works on the+basis on individual packages (see+[#4860](https://github.com/commercialhaskell/stack/issues/4860))++If building a `stack` executable for distribution, please download the+source code from https://github.com/commercialhaskell/stack/releases/tag/v2.1.1+and build it using Stack itself in order to ensure identical behaviour+to official binaries. This package on Hackage is provided for convenience+and bootstrapping purposes.++ ## v2.1.1 **Changes since v1.9.3**
stack.cabal view
@@ -1,15 +1,26 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack ----- hash: ab5fa5e0e456ff3ea13448d37fb37c3fcdf00a887b893daf5a6ff799421b383d+-- hash: b9d0860d1a25f89644f763eb2ea51d189b05684934421cbda622bea1b3addeb9 name: stack-version: 2.1.1+version: 2.1.1.1 synopsis: The Haskell Tool Stack-description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that the API for the library is not currently stable, and may change significantly, even between minor releases. It is currently only intended for use by the executable.+description: Please see the documentation at <https://docs.haskellstack.org>+ for usage information.+ .+ If building a 'stack' executable for distribution, please download the+ source code from <https://github.com/commercialhaskell/stack/releases>+ and build it using Stack itself in order to ensure identical behaviour+ to official binaries. This package on Hackage is provided for convenience+ and bootstrapping purposes.+ .+ Note that the API for the library is not currently stable, and may+ change significantly, even between minor releases. It is+ currently only intended for use by the executable. category: Development homepage: http://haskellstack.org bug-reports: https://github.com/commercialhaskell/stack/issues@@ -48,7 +59,6 @@ doc/travis_ci.md doc/yaml_configuration.md src/setup-shim/StackSetupShim.hs- stack.yaml test/package-dump/ghc-7.10.txt test/package-dump/ghc-7.8.4-osx.txt test/package-dump/ghc-7.8.txt
− stack.yaml
@@ -1,29 +0,0 @@-resolver: snapshot.yaml--packages:-- .-- subs/pantry-- subs/curator-- subs/http-download-- subs/rio-prettyprint-- subs/hi-file-parser--# docker:-# enable: true-# repo: fpco/stack-full-# image:-# containers:-# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile-# name: "fpco/stack-test"-nix:- # --nix on the command-line to enable.- packages:- - zlib- - unzip-flags:- stack:- hide-dependency-versions: true- supported-build: true--ghc-options:- "$locals": -fhide-source-paths