File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 202
202
coverage-golden = callTest ./coverage-golden { inherit compiler-nix-name ; } ;
203
203
coverage-no-libs = callTest ./coverage-no-libs { inherit compiler-nix-name ; } ;
204
204
snapshots = callTest ./snapshots { } ;
205
- } // lib . optionalAttrs ( ! stdenv . hostPlatform . isGhcjs && ! ( __elem compiler-nix-name [ "ghc8101" "ghc8102" "ghc8103" "ghc8104" "ghc810420210212" ] ) ) {
206
- # Pandoc does not build with ghcjs or ghc 8.10 yet (lookup-sha256 and fully-static build pandoc)
205
+ } // lib . optionalAttrs ( ! stdenv . hostPlatform . isGhcjs && builtins . compareVersions pkgs . haskell-nix . compiler . ${ compiler -nix-name} . version "8.10" < 0 ) {
206
+ # Tha version of pandoc used in this test does not build with ghcjs or ghc 8.10 (lookup-sha256 and fully-static build pandoc)
207
207
lookup-sha256 = callTest ./lookup-sha256 { inherit compiler-nix-name ; } ;
208
208
# fully-static = callTest ./fully-static { inherit (pkgs) buildPackages; };
209
209
} // lib . optionalAttrs ( ! pkgs . haskell-nix . haskellLib . isCrossHost ) {
You can’t perform that action at this time.
0 commit comments