From 94b19ea2a04f3fa08261a8a07fefde3f117c2a74 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 2 Aug 2022 19:05:10 -0400 Subject: [PATCH] Disable tests on 9.0 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8d8b7c9..5e1f2e9 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ cabal-fmt ormolu; }; + modifier = drv: with pkgs.haskell.lib; dontCheck drv; # test/type-errors requires 9.2 }; ghc92 = { root = ./.;