1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 23:23:42 +03:00

Disable tests on 9.0

This commit is contained in:
Sridhar Ratnakumar 2022-08-02 19:05:10 -04:00
parent 7bb276f46b
commit 94b19ea2a0

View File

@ -28,6 +28,7 @@
cabal-fmt cabal-fmt
ormolu; ormolu;
}; };
modifier = drv: with pkgs.haskell.lib; dontCheck drv; # test/type-errors requires 9.2
}; };
ghc92 = { ghc92 = {
root = ./.; root = ./.;