File tree Expand file tree Collapse file tree 6 files changed +83
-90
lines changed Expand file tree Collapse file tree 6 files changed +83
-90
lines changed Original file line number Diff line number Diff line change 2
2
# built with GHC 9.10.1.
3
3
#
4
4
# Currently, Stack cannot be built with GHC 9.10.1 because:
5
- # * Cabal-3.14.1 .0 has changed the type of
5
+ # * Cabal-3.12.0 .0 has changed the type of
6
6
# Distribution.PackageDescription.Check.checkPackage.
7
- # * fsnotify does not work at runtime with GHC 9.10.1/Linux. See
8
- # https://github.com/haskell-fswatch/hfsnotify/issues/115
9
7
10
- snapshot : nightly-2025-02-15 # GHC 9.10.1
8
+ snapshot : nightly-2025-04-03 # GHC 9.10.1
11
9
12
10
allow-newer : true
13
11
allow-newer-deps :
14
- - path
15
12
# Added to ignore upper bound on Cabal.
16
13
- stack
17
14
26
23
- unzip
27
24
28
25
flags :
29
- path :
30
- os-string : true
31
26
stack :
32
27
developer-mode : true
Original file line number Diff line number Diff line change 6
6
packages: []
7
7
snapshots:
8
8
- completed:
9
- sha256: 28105fd76386569f72c84978edbf017e006f5ee3957bb578f79bcd40db1376b9
10
- size: 653612
11
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/2/15 .yaml
12
- original: nightly-2025-02-15
9
+ sha256: 47a4c110af9a5c55e3135bbf7cec3a6e5451ba3bfa50a06f0443012a2642fbc0
10
+ size: 674536
11
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/4/3 .yaml
12
+ original: nightly-2025-04-03
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # This is an experimental project-level configuration, to see if Stack can be
2
+ # built with GHC 9.12.2.
3
+ #
4
+ # Currently, Stack cannot be built with GHC 9.12.2 because:
5
+ # * Cabal-3.14.1.0 has changed the type of
6
+ # Distribution.PackageDescription.Check.checkPackage.
7
+
8
+ snapshot : nightly-2025-04-03 # GHC 9.10.1
9
+ compiler : ghc-9.12.2
10
+
11
+ extra-deps :
12
+ # Reinstated because pruned
13
+ - Cabal-3.14.1.0
14
+ # Reinstated because pruned
15
+ - Cabal-syntax-3.14.1.0
16
+ - parsec-3.1.18.0
17
+ # mustache cannot deal with Data.Text.show ambiguity in boot package text-2.1.2
18
+ - text-2.1.1
19
+
20
+ allow-newer : true
21
+ allow-newer-deps :
22
+ # Added to ignore upper bound on Cabal:
23
+ - stack
24
+
25
+ docker :
26
+ enable : false
27
+ repo : quay.io/benz0li/ghc-musl:9.12.2
28
+
29
+ nix :
30
+ # --nix on the command-line to enable.
31
+ packages :
32
+ - zlib
33
+ - unzip
34
+
35
+ flags :
36
+ stack :
37
+ developer-mode : true
Original file line number Diff line number Diff line change
1
+ # This file was autogenerated by Stack.
2
+ # You should not edit this file by hand.
3
+ # For more information, please see the documentation at:
4
+ # https://docs.haskellstack.org/en/stable/topics/lock_files
5
+
6
+ packages:
7
+ - completed:
8
+ hackage: Cabal-3.14.1.0@sha256:d24c689fd4b56cd12f8225562c00657e97c528849a2fc3d535557a83ca5f8dfc,13720
9
+ pantry-tree:
10
+ sha256: 9a6a7521ae2f0d802887ea0198464740ab9717cf0ac5562b4b91402a410e42dd
11
+ size: 12219
12
+ original:
13
+ hackage: Cabal-3.14.1.0
14
+ - completed:
15
+ hackage: Cabal-syntax-3.14.1.0@sha256:557a2b20dc85f052c86c5a06dcbd7c6995f2d0391bbff8e62c90b4b5975211da,7380
16
+ pantry-tree:
17
+ sha256: b515a5cfb9da09c0aae57ca223281d06dad9d11dfc466fc47d2e83720a078fea
18
+ size: 10977
19
+ original:
20
+ hackage: Cabal-syntax-3.14.1.0
21
+ - completed:
22
+ hackage: parsec-3.1.18.0@sha256:dfbb9835b8abc966b6bbd34340ef5122227b4cf4480062b85ca4c4704f054f98,4535
23
+ pantry-tree:
24
+ sha256: 48ae1440eb8eb4fecde2a724c492e830ff2bec341117164302399b417733bf70
25
+ size: 2810
26
+ original:
27
+ hackage: parsec-3.1.18.0
28
+ - completed:
29
+ hackage: text-2.1.1@sha256:94352aa4f11a1a1ec075e7c3673e9b57099bf88208f68d81d33615b605f2bdba,10653
30
+ pantry-tree:
31
+ sha256: 4ac0285440c454cb889165f6c49de9d894fd14dc7750a1e34216b87871f2316b
32
+ size: 8413
33
+ original:
34
+ hackage: text-2.1.1
35
+ snapshots:
36
+ - completed:
37
+ sha256: 47a4c110af9a5c55e3135bbf7cec3a6e5451ba3bfa50a06f0443012a2642fbc0
38
+ size: 674536
39
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/4/3.yaml
40
+ original: nightly-2025-04-03
You can’t perform that action at this time.
0 commit comments