Skip to content

Commit fba560f

Browse files
committed
Bump to snapshot nightly-2022-09-05
1 parent fc2d394 commit fba560f

File tree

64 files changed

+76
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+76
-121
lines changed

etc/dockerfiles/arm64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ RUN stack build shake
3838

3939
COPY etc/scripts/release.hs /src
4040

41-
RUN stack script --resolver nightly-2022-08-02 --extra-dep Cabal-3.6.3.0 --compile /src/release.hs -- --version
41+
RUN stack script --resolver nightly-2022-09-05 --extra-dep Cabal-3.6.3.0 --compile /src/release.hs -- --version
4242
RUN cp /src/release /home/stack

etc/scripts/build-stack-installer.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{- stack script
2-
--resolver nightly-2022-08-02
2+
--resolver nightly-2022-09-05
33
--install-ghc
44
--package nsis
55
-}

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{- stack script
2-
--resolver nightly-2022-08-02
2+
--resolver nightly-2022-09-05
33
--extra-dep Cabal-3.6.3.0
44
--ghc-options -Wall
55
-}

stack-ghc-942.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ extra-deps:
9393
- lifted-base-0.2.3.12@sha256:e94ad0692c9c5d85c373e508f23654f2da8ac8c3e475c2b65ffbc04fb165ad69,3369
9494
- lukko-0.1.1.3@sha256:c084c043a40632d3cafcac50fb5eeff84d91edb070a54baa94945f1c976f97c0,4556
9595
- megaparsec-9.2.1@sha256:0b709575e3440a7bc07ef3f57ada765c1808151d56103d9fe42f6faa9763fe2e,3220
96-
# A fork of memory that builds on GHC 9.4.2
97-
- git: https://github.com/parsonsmatt/hs-memory.git
98-
commit: 696383fbfb334c9247f9b406e1489b9ab294927d
99-
# - memory-0.17.0@sha256:c8809b0b3026193c813a88c1f626758c923fae7e0b0d6b96b91c6ce5e14173ec,4468
96+
- memory-0.18.0@sha256:e12bde756b01c1a28c62e46f0f8433c4890898051a786794a7d88907ca14abca,4468
10097
- microlens-0.4.13.0@sha256:40794f266977558e1138ac034701fa3ff66518bc4ca6a1fba5c575d4157cf0ba,4573
10198
- microlens-mtl-0.2.0.2@sha256:ab8f264c6fecd763818c2e73740487ac371a4fd92cc32031c1c9de284a10518e,1875
10299
- microlens-th-0.4.3.10@sha256:601fe4d52e6b5e7246aedbde50ebb3096b6d7da331e603dc22d04d9dd577f7bf,2258
@@ -186,6 +183,7 @@ extra-deps:
186183
- yaml-0.11.8.0@sha256:049261f85bdcaf06e5298709edcfd0337fe706683b3631a81dc49aa4a18ba1a5,4936
187184
- zip-archive-0.4.2.1@sha256:15385412cda223a137b4c5be389c02c3e0b7a810d61e5cec997d9e0062480ca8,3915
188185
- zlib-0.6.3.0@sha256:8214a9d37580f17f8b675109578a5dbe6853559eef156e34dc2233f1123ace33,5216
186+
189187
drop-packages:
190188
# See https://github.com/commercialhaskell/stack/pull/4712
191189
- cabal-install

stack-ghc-942.yaml.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -586,16 +586,12 @@ packages:
586586
original:
587587
hackage: megaparsec-9.2.1@sha256:0b709575e3440a7bc07ef3f57ada765c1808151d56103d9fe42f6faa9763fe2e,3220
588588
- completed:
589-
commit: 696383fbfb334c9247f9b406e1489b9ab294927d
590-
git: https://github.com/parsonsmatt/hs-memory.git
591-
name: memory
589+
hackage: memory-0.18.0@sha256:e12bde756b01c1a28c62e46f0f8433c4890898051a786794a7d88907ca14abca,4468
592590
pantry-tree:
593-
sha256: 3829ea7ff37c5d2063825858920bfc54fd8f96f976da5bcc6ad8e50bc5c653aa
594-
size: 2748
595-
version: 0.17.0
591+
sha256: 55d15393452ad50b1f8dbe3ff2c4961a3cde9381f2c348f904449a3339c6951d
592+
size: 2436
596593
original:
597-
commit: 696383fbfb334c9247f9b406e1489b9ab294927d
598-
git: https://github.com/parsonsmatt/hs-memory.git
594+
hackage: memory-0.18.0@sha256:e12bde756b01c1a28c62e46f0f8433c4890898051a786794a7d88907ca14abca,4468
599595
- completed:
600596
hackage: microlens-0.4.13.0@sha256:40794f266977558e1138ac034701fa3ff66518bc4ca6a1fba5c575d4157cf0ba,4573
601597
pantry-tree:

stack-macos.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@
99
# but macOS, unlike other operating systems, appears able to avoid that failure.
1010

1111
# GHC 9.2.4
12-
resolver: nightly-2022-08-02
12+
resolver: nightly-2022-09-05
1313

1414
packages:
1515
- .
1616

1717
extra-deps:
18-
# nightly-2022-08-02 provides hi-file-parser-0.1.2.0, which does not accomodate
19-
# GHC 9.4.1
20-
- hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
21-
- pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
2218
# GHC 9.2.4 comes with process-1.6.13.2, which lacks important bug fixes
2319
- process-1.6.15.0@sha256:04df32d9497add5f0b90a27a3eceffa4bad5c2f41d038bd12ed6efc454db3faf,2845
2420
# Although Cabal-3.6.3.0 is a global package, it depends on process and so has

stack-macos.yaml.lock

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
# https://docs.haskellstack.org/en/stable/lock_files
55

66
packages:
7-
- completed:
8-
hackage: hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
9-
pantry-tree:
10-
sha256: 43b8556254dde11c40335bf05e3f8ae5fa6e198fcf37d2cf51da141fe218be31
11-
size: 1929
12-
original:
13-
hackage: hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
14-
- completed:
15-
hackage: pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
16-
pantry-tree:
17-
sha256: c96fe10d96d1b1a9439c473bf27eeb2d94ad2fdbb93ccc4d9f0c69643b868c6d
18-
size: 2524
19-
original:
20-
hackage: pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
217
- completed:
228
hackage: process-1.6.15.0@sha256:04df32d9497add5f0b90a27a3eceffa4bad5c2f41d038bd12ed6efc454db3faf,2845
239
pantry-tree:
@@ -34,7 +20,7 @@ packages:
3420
hackage: Cabal-3.6.3.0@sha256:ff97c442b0c679c1c9876acd15f73ac4f602b973c45bde42b43ec28265ee48f4,12459
3521
snapshots:
3622
- completed:
37-
sha256: ce4257dd36ba3b96eeee64cfb08884ddb46dd73f81f8b25a71658834edc607e2
38-
size: 619227
39-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/8/2.yaml
40-
original: nightly-2022-08-02
23+
sha256: 1c049df0b264500e22262aa42a6f0a81cddd639cfd04f55c4acb0359f282dab2
24+
size: 633665
25+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/9/5.yaml
26+
original: nightly-2022-09-05

stack.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ extra-source-files:
4545
doc/docker_integration.md
4646
doc/faq.md
4747
doc/ghci.md
48-
doc/ghcjs.md
4948
doc/glossary.md
5049
doc/GUIDE.md
5150
doc/GUIDE_advanced.md

stack.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# GHC 9.2.4
2-
resolver: nightly-2022-08-02
2+
resolver: nightly-2022-09-05
33

44
packages:
55
- .
66

7-
extra-deps:
8-
# nightly-2022-08-02 provides hi-file-parser-0.1.2.0, which does not accomodate
9-
# GHC 9.4.1
10-
- hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
11-
- pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
12-
137
drop-packages:
148
# See https://github.com/commercialhaskell/stack/pull/4712
159
- cabal-install

stack.yaml.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,10 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages:
7-
- completed:
8-
hackage: hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
9-
pantry-tree:
10-
sha256: 43b8556254dde11c40335bf05e3f8ae5fa6e198fcf37d2cf51da141fe218be31
11-
size: 1929
12-
original:
13-
hackage: hi-file-parser-0.1.3.0@sha256:b868e1bcb73fffe5963de6879f0a0a4c5ced97e08fc09c2c9428af884cdcaa74,2488
14-
- completed:
15-
hackage: pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
16-
pantry-tree:
17-
sha256: c96fe10d96d1b1a9439c473bf27eeb2d94ad2fdbb93ccc4d9f0c69643b868c6d
18-
size: 2524
19-
original:
20-
hackage: pantry-0.5.7@sha256:f96119ad2cc3771fe0891939d8a29c7f089fb333a70646e8deb2ec60532ea948,3914
6+
packages: []
217
snapshots:
228
- completed:
23-
sha256: ce4257dd36ba3b96eeee64cfb08884ddb46dd73f81f8b25a71658834edc607e2
24-
size: 619227
25-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/8/2.yaml
26-
original: nightly-2022-08-02
9+
sha256: 1c049df0b264500e22262aa42a6f0a81cddd639cfd04f55c4acb0359f282dab2
10+
size: 633665
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/9/5.yaml
12+
original: nightly-2022-09-05

0 commit comments

Comments
 (0)