We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d779ea + ff2ab84 commit b8e62a9Copy full SHA for b8e62a9
cardano-cli/cardano-cli.cabal
@@ -46,8 +46,6 @@ library
46
project-config
47
, maybe-unix
48
49
- if impl(ghc < 9.6)
50
- ghc-options: -Wno-redundant-constraints
51
hs-source-dirs: src
52
exposed-modules:
53
Cardano.CLI.Byron.Command
flake.nix
@@ -173,7 +173,7 @@
173
flake = cabalProject.flake (
174
lib.optionalAttrs (system == "x86_64-linux") {
175
# on linux, build/test other supported compilers
176
- variants = lib.genAttrs ["ghc8107" crossCompilerVersion] (compiler-nix-name: {
+ variants = lib.genAttrs [crossCompilerVersion] (compiler-nix-name: {
177
inherit compiler-nix-name;
178
});
179
}
0 commit comments