Skip to content

Commit

Permalink
Update all references to lts-11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Oct 17, 2018
1 parent dd5a889 commit 4995ad1
Show file tree
Hide file tree
Showing 36 changed files with 41 additions and 40 deletions.
8 changes: 4 additions & 4 deletions doc/GUIDE.md
Expand Up @@ -427,7 +427,7 @@ With that out of the way, let's dig a little bit more into these package sets,
also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite a bit of
information about it at [https://www.stackage.org/lts](https://www.stackage.org/lts), including:

* The appropriate resolver value (`resolver: lts-11.19`, as is currently the latest LTS)
* The appropriate resolver value (`resolver: lts-11.22`, as is currently the latest LTS)
* The GHC version used
* A full list of all packages available in this snapshot
* The ability to perform a Hoogle search on the packages in this snapshot
Expand All @@ -444,7 +444,7 @@ default as well).

## Resolvers and changing your compiler version

Let's explore package sets a bit further. Instead of lts-11.19, let's change our
Let's explore package sets a bit further. Instead of lts-11.22, let's change our
`stack.yaml` file to use [the latest nightly](https://www.stackage.org/nightly). Right now,
this is currently 2018-07-25 - please see the resolve from the link above to get the latest.

Expand All @@ -460,8 +460,8 @@ We can also change resolvers on the command line, which can be useful in a
Continuous Integration (CI) setting, like on Travis. For example:

```
michael@d30748af6d3d:~/helloworld$ stack --resolver lts-11.19 build
Downloaded lts-11.19 build plan.
michael@d30748af6d3d:~/helloworld$ stack --resolver lts-11.22 build
Downloaded lts-11.22 build plan.
# build output ...
```

Expand Down
4 changes: 2 additions & 2 deletions doc/maintainers/releases.md
Expand Up @@ -2,12 +2,12 @@

# Releases

## Upcoming release taks:
## Upcoming release tasks:

* Add back support for building static Linux binaries (by popular demand), and update `get-stack.sh` to use it (see [#4088](https://github.com/commercialhaskell/stack/issues/4088)).
* Check whether `persistent` still needs `monad-logger`; remove dependency if not
* Check if workaround for https://github.com/commercialhaskell/stack/issues/3922 still needed in stack.yaml
* Eventually remove the Ubuntu, Debian, CentOS, Arch packages from our S3 bucket (be sure to announce first). Directories, and last Stack version uploaded:
* Eventually remove the Ubuntu, Debian, CentOS, Arch packages from our S3 bucket. This was announced with the 1.9.x release, so can do this around time of 1.11.x. Directories, and last Stack version uploaded:
- `s3://download.fpcomplete.com/archlinux` (1.0.0)
- `s3://download.fpcomplete.com/centos` (1.5.1)
- `s3://download.fpcomplete.com/debian` (1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion etc/scripts/install-many-stack-releases.hs
@@ -1,6 +1,6 @@
#!/usr/bin/env stack
{- stack script
--resolver lts-11.19
--resolver lts-11.22
--package base
--package directory
--package filepath
Expand Down
3 changes: 2 additions & 1 deletion etc/scripts/release.hs
@@ -1,6 +1,7 @@
{- stack script
--resolver lts-11.19
--resolver lts-11.22
--install-ghc
--ghc-options -Wall
--package Cabal
--package aeson
--package bytestring
Expand Down
2 changes: 1 addition & 1 deletion test/integration/lib/StackTest.hs
Expand Up @@ -208,7 +208,7 @@ isMacOSX = os == "darwin"
-- the main @stack.yaml@.
--
defaultResolverArg :: String
defaultResolverArg = "--resolver=lts-11.19"
defaultResolverArg = "--resolver=lts-11.22"

-- | Remove a file and ignore any warnings about missing files.
removeFileIgnore :: FilePath -> IO ()
Expand Down
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
name: snapshot-modify-lts
drop-packages:
- zlib
@@ -1,5 +1,5 @@
---
resolver: lts-11.19
resolver: lts-11.22
name: local-snapshot
packages:
- archive: package-0.1.2.3.tar.gz
@@ -1,5 +1,5 @@
---
resolver: lts-11.19
resolver: lts-11.22
name: remote-snapshot
packages:
- archive: https://hackage.haskell.org/package/ghc-prim-0.5.1.1/ghc-prim-0.5.1.1.tar.gz
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- '.'
extra-deps: []
Expand Down
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- '.'
extra-deps: []
Expand Down
Expand Up @@ -2,4 +2,4 @@ packages:
- location: https://hackage.haskell.org/package/half-0.2.2.3/half-0.2.2.3.tar.gz
extra-dep: false
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
2 changes: 1 addition & 1 deletion test/integration/tests/2195-depend-on-exe/files/stack.yaml
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
2 changes: 1 addition & 1 deletion test/integration/tests/32-unlisted-module/files/stack.yaml
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
@@ -1,3 +1,3 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- '.'
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
extra-deps:
- bytestring-0.10.6.0
packages:
Expand Down
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22

packages:
- ./local-mmorph
Expand Down
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
2 changes: 1 addition & 1 deletion test/integration/tests/366-non-root-dir/files/stack.yaml
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
@@ -1,3 +1,3 @@
resolver: lts-11.19
resolver: lts-11.22
extra-deps:
- base-4.10.1.0
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22

packages:
- location: ./one-deps
Expand Down
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
@@ -1 +1 @@
resolver: lts-11.19
resolver: lts-11.22
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
2 changes: 1 addition & 1 deletion test/integration/tests/717-sdist-test/files/stack.yaml
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- package-with-th
- package-with-working-th
Expand Down
Expand Up @@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
@@ -1,2 +1,2 @@
resolver: lts-11.19
resolver: lts-11.22
packages: []
@@ -1,3 +1,3 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- auto-update-0.1.2.1
2 changes: 1 addition & 1 deletion test/integration/tests/haddock-options/files/stack.yaml
Expand Up @@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
build:
haddock-arguments:
haddock-args:
Expand Down
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
extra-deps: []
flags: {}
extra-package-dbs: []
2 changes: 1 addition & 1 deletion test/integration/tests/multi-test/files/stack.yaml
Expand Up @@ -4,4 +4,4 @@ packages:
- sub-package
- cyclic
extra-deps: []
resolver: lts-11.19
resolver: lts-11.22
2 changes: 1 addition & 1 deletion test/integration/tests/upload/files/stack.yaml
@@ -1,4 +1,4 @@
resolver: lts-11.19
resolver: lts-11.22
packages:
- .
hackage-base-url: http://localhost:12415/

0 comments on commit 4995ad1

Please sign in to comment.