1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00

Update to GHC 9.4.6

This commit is contained in:
Malo Bourgon 2023-09-06 12:21:13 -07:00
parent 4907b56b7d
commit 60c8a45e2a
4 changed files with 31 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{
name = "prefmanager";
# GHC 9.4.5 and 9.6.2 are disabled since `fgl` a dependency of `async-pool` fails to build.
ghcVersions = map (v: "ghc${v}") [ "8107" "902" "928" /* "945" "962" */ ];
defaultGhcVersion = "ghc928";
# GHC 9.6.2 disabled since `fgl` a dependency of `async-pool` fails to build.
ghcVersions = map (v: "ghc${v}") [ "8107" "902" "928" "946" /* "962" */ ];
defaultGhcVersion = "ghc946";
}

View file

@ -8,11 +8,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1687173957,
"narHash": "sha256-GOds2bAQcZ94fb9/Nl/aM+r+0wGSi4EKYuZYR8Dw4R8=",
"lastModified": 1693833206,
"narHash": "sha256-wHOY0nnD6gWj8u9uI85/YlsganYyWRK1hLFZulZwfmY=",
"owner": "numtide",
"repo": "devshell",
"rev": "2cf83bb31720fcc29a999aee28d6da101173e66a",
"rev": "65114ea495a8d3cc1352368bf170d67ef005aa5a",
"type": "github"
},
"original": {
@ -42,11 +42,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1687171271,
"narHash": "sha256-BJlq+ozK2B1sJDQXS3tzJM5a+oVZmi1q0FlBK/Xqv7M=",
"lastModified": 1692799911,
"narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "abfb11bd1aec8ced1c9bb9adfe68018230f4fb3c",
"rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
"type": "github"
},
"original": {
@ -57,11 +57,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1687392660,
"narHash": "sha256-E4bsKvHGFsKYegkfJ/FwR64OMtpjTWHM4CvCyWSTlnM=",
"lastModified": 1693844670,
"narHash": "sha256-t69F2nBB8DNQUWHD809oJZJVE+23XBrth4QZuVd6IE0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3fb3ce0b6b84d3b4e7b49e142da9c5764b563058",
"rev": "3c15feef7770eb5500a4b8792623e2d6f598c9c1",
"type": "github"
},
"original": {

View file

@ -1,10 +1,11 @@
# GHC 9.2.8
# GHC 9.4.6
# Keep in sync with `defaultGhcVersion` in `./constants.nix`.
resolver: lts-20.26
resolver: lts-21.9
extra-deps:
- patience-0.3
- async-pool-0.9.2
- base-noprelude-4.13.0.0
- patience-0.3
# Use fork of plist package that supports MonadFail
- github: malob/plist
commit: 5e22be0933bf9a100868b944fa7a8b1236b99255

View file

@ -5,12 +5,12 @@
packages:
- completed:
hackage: patience-0.3@sha256:fe3a2c5b1ac4d3425bad3d1ee0b6bb529b6e74ab41151f8526f26fc8dfa1206b,1252
hackage: async-pool-0.9.2@sha256:532b356a3a2d3e6ec848ca266b566f8cf60c52a107f4b2c7e690cdd2b1ae67b2,1605
pantry-tree:
sha256: d2ca47451a599605c641b7c353588d7e1ba3d6036c8a52040b7d1b5b1af8959b
size: 368
sha256: 292aaab710c67c190ef87703f7a300a3cad71ee71d2cdf2a9e89d242e866d174
size: 443
original:
hackage: patience-0.3
hackage: async-pool-0.9.2
- completed:
hackage: base-noprelude-4.13.0.0@sha256:3cccbfda38e1422ca5cc436d58858ba51ff9114d2ed87915a6569be11e4e5a90,6842
pantry-tree:
@ -18,6 +18,13 @@ packages:
size: 112
original:
hackage: base-noprelude-4.13.0.0
- completed:
hackage: patience-0.3@sha256:fe3a2c5b1ac4d3425bad3d1ee0b6bb529b6e74ab41151f8526f26fc8dfa1206b,1252
pantry-tree:
sha256: d2ca47451a599605c641b7c353588d7e1ba3d6036c8a52040b7d1b5b1af8959b
size: 368
original:
hackage: patience-0.3
- completed:
name: plist
pantry-tree:
@ -31,7 +38,7 @@ packages:
url: https://github.com/malob/plist/archive/5e22be0933bf9a100868b944fa7a8b1236b99255.tar.gz
snapshots:
- completed:
sha256: 5a59b2a405b3aba3c00188453be172b85893cab8ebc352b1ef58b0eae5d248a2
size: 650475
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml
original: lts-20.26
sha256: 2fc12a405ab6f7eac73eb11a0ca5ccca0e956bd2848db780c140b7406ff9ebb5
size: 640035
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/9.yaml
original: lts-21.9