Skip to content

Commit

Permalink
fall back to 9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 24, 2024
1 parent b2c207e commit d997316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-01-24-1"
CABAL_CACHE_VERSION: "2024-01-24-2"

concurrency:
group: >
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
inherit (nixpkgs) lib;

# see flake `variants` below for alternative compilers
defaultCompiler = "ghc964";
defaultCompiler = "ghc963";
# We use cabalProject' to ensure we don't build the plan for
# all systems.
cabalProject = nixpkgs.haskell-nix.cabalProject' ({config, ...}: {
Expand Down Expand Up @@ -70,7 +70,7 @@
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
# tools that work only with default compiler
haskell-language-server.src = nixpkgs.haskell-nix.sources."hls-2.6";
haskell-language-server.src = nixpkgs.haskell-nix.sources."hls-2.5";
hlint = "3.6.1";
stylish-haskell = "0.14.5.0";
};
Expand Down

0 comments on commit d997316

Please sign in to comment.