Skip to content

Commit

Permalink
⬆️ Upgrade snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz committed Dec 8, 2024
1 parent e9860b2 commit 14062c7
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
}
- {
build: stack,
arg: "--stack-yaml stack-lts-22.33.yaml",
arg: "--stack-yaml stack-lts-22.43.yaml",
ismain: false,
experimental: false,
ghc: "966",
Expand All @@ -73,7 +73,7 @@ jobs:
arg: "",
ismain: true,
experimental: false,
ghc: "982",
ghc: "983",
cachekey: "stack-98",
}
- {
Expand All @@ -92,7 +92,7 @@ jobs:
arg: "",
ismain: true,
experimental: false,
ghc: "982",
ghc: "983",
cachekey: "stack-98",
}

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
inherit system;
};

stableHPkgs = pkgs.haskell.packages."ghc982";
hPkgs = pkgs.haskell.packages."ghc982".extend (hself: hsuper: rec {
ihaskell = pkgs.haskell.lib.dontCheck (hself.callHackage "ihaskell" "0.11.0.0" { });
ghc-syntax-highlighter =
hself.callHackage "ghc-syntax-highlighter" "0.0.11.0" { };
stableHPkgs = pkgs.haskell.packages."ghc983";
hPkgs = pkgs.haskell.packages."ghc966".extend (hself: hsuper: rec {
# ihaskell = pkgs.haskell.lib.dontCheck (hself.callHackage "ihaskell" "0.11.0.0" { });
# ghc-syntax-highlighter =
# hself.callHackage "ghc-syntax-highlighter" "0.0.11.0" { };
});

basicDevTools = [
Expand Down Expand Up @@ -46,7 +46,7 @@
})
];

devTools = basicDevTools ++ additionalDevTools;
devTools = basicDevTools; # ++ additionalDevTools;
# Wrap Stack to work with our Nix integration. We don't want to modify
# stack.yaml so non-Nix users don't notice anything.
# - no-nix: We don't want Stack's way of integrating Nix.
Expand Down
2 changes: 1 addition & 1 deletion grisette.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tested-with:
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.2
, GHC == 9.8.3
, GHC == 9.10.1
extra-source-files:
CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tested-with:
- GHC == 9.2.8
- GHC == 9.4.8
- GHC == 9.6.6
- GHC == 9.8.2
- GHC == 9.8.3
- GHC == 9.10.1

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion stack-lts-22.33.yaml → stack-lts-22.43.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-22.33
resolver: lts-22.43

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
8 changes: 4 additions & 4 deletions stack-lts-22.33.yaml.lock → stack-lts-22.43.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 098936027eaa1ef14e2b8eb39d9933a973894bb70a68684a1bbf00730249879b
size: 720001
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/33.yaml
original: lts-22.33
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
size: 720271
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/43.yaml
original: lts-22.43
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: nightly-2024-08-13
resolver: nightly-2024-12-04

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
hackage: sbv-11.0
snapshots:
- completed:
sha256: 3e2ebb6e538654269973faf683d0068b123a6ee9462a48ac2c3f3281a7bf3f8b
size: 658094
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/8/13.yaml
original: nightly-2024-08-13
sha256: 3096172337b6138d0c4cb5303c4e9c58100230ee8d89aacf7d940a684d22e687
size: 678646
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/12/4.yaml
original: nightly-2024-12-04

0 comments on commit 14062c7

Please sign in to comment.