diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 7284013eb..2f19cec64 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - compiler-nix-name: [ghc810, ghc96, ghc98, ghc910] + # TODO: Add ghc910 when input-output-hk/devx is fixed + compiler-nix-name: [ghc810, ghc96, ghc98] include: # We want a single job, because macOS runners are scarce. - os: macos-latest