Skip to content

Commit 7603870

Browse files
committed
Bump to nightly-2023-09-16
1 parent 2142f92 commit 7603870

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,13 +525,13 @@ towards by default as well).
525525
Let's explore package sets a bit further. Instead of `lts-21.12`, let's change
526526
our `stack.yaml` file to use the
527527
[latest nightly](https://www.stackage.org/nightly). Right now, this is currently
528-
2023-09-09 - please see the resolver from the link above to get the latest.
528+
2023-09-16 - please see the resolver from the link above to get the latest.
529529

530530
Then, commanding `stack build` again will produce:
531531

532532
~~~text
533533
stack build
534-
# Downloaded nightly-2023-09-09 build plan.
534+
# Downloaded nightly-2023-09-16 build plan.
535535
# build output ...
536536
~~~
537537

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ since a snapshot states how dependencies are resolved. There are currently
9999
four resolver types:
100100

101101
* LTS Haskell snapshots, e.g. `resolver: lts-21.12`
102-
* Stackage Nightly snapshots, e.g. `resolver: nightly-2023-09-09`
102+
* Stackage Nightly snapshots, e.g. `resolver: nightly-2023-09-16`
103103
* No snapshot, just use packages shipped with the compiler. For GHC this looks
104104
like `resolver: ghc-9.6.2`
105105
* Custom snapshot, via a URL or relative file path. For further information, see

src/Stack/Init.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ renderStackYaml p ignoredPackages dupPackages =
422422
, "to be used for project dependencies. For example:"
423423
, ""
424424
, "resolver: lts-21.12"
425-
, "resolver: nightly-2023-09-09"
425+
, "resolver: nightly-2023-09-16"
426426
, "resolver: ghc-9.6.2"
427427
, ""
428428
, "The location of a snapshot can be provided as a file or url. Stack assumes"

stack-ghc-9.6.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# built with GHC 9.6.2.
33

44
# GHC 9.6.2
5-
resolver: nightly-2023-09-09
5+
resolver: nightly-2023-09-16
66

77
docker:
88
enable: false

stack-ghc-9.6.2.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: a4e61f552492f4f0a14246c054144a8b6b455c67c9e99fddf891d009baa65604
10-
size: 667656
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/9/9.yaml
12-
original: nightly-2023-09-09
9+
sha256: a25fd287afcd300f35a2019a03c990169f7507ae0f43dfec763062c9ad891193
10+
size: 667855
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/9/16.yaml
12+
original: nightly-2023-09-16

0 commit comments

Comments
 (0)