We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ac875 commit 0ec3593Copy full SHA for 0ec3593
build.nix
@@ -28,7 +28,7 @@ in rec {
28
pkgs.recurseIntoAttrs ({
29
cabal-latest = tool compiler-nix-name "cabal" ({
30
inherit evalPackages;
31
- } // pkgs.lib.optionalAttrs (ghcFromTo "9.10" "9.12") {
+ } // pkgs.lib.optionalAttrs (ghcFromTo "9.12" "9.13") {
32
cabalProjectLocal = builtins.readFile ./test/cabal.project.local;
33
});
34
} // pkgs.lib.optionalAttrs (__compareVersions haskell.compiler.${compiler-nix-name}.version "9.8" < 0) {
0 commit comments