diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 3d43ff07a..7284013eb 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - compiler-nix-name: [ghc810, ghc96, ghc98] + compiler-nix-name: [ghc810, ghc96, ghc98, ghc910] include: # We want a single job, because macOS runners are scarce. - os: macos-latest diff --git a/flake.nix b/flake.nix index 738317df2..fc5e9f842 100644 --- a/flake.nix +++ b/flake.nix @@ -139,7 +139,7 @@ let compilers = if (system == "x86_64-linux") then - ["ghc96" "ghc98"] + ["ghc96" "ghc98" "ghc910"] else ["ghc98"]; in