Skip to content

Commit b8e62a9

Browse files
authored
Merge pull request #1174 from IntersectMBO/jordan/remove-8.10.7-support
Remove 8.10.7 support
2 parents 5d779ea + ff2ab84 commit b8e62a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cardano-cli/cardano-cli.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ library
4646
project-config
4747
, maybe-unix
4848

49-
if impl(ghc < 9.6)
50-
ghc-options: -Wno-redundant-constraints
5149
hs-source-dirs: src
5250
exposed-modules:
5351
Cardano.CLI.Byron.Command

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
flake = cabalProject.flake (
174174
lib.optionalAttrs (system == "x86_64-linux") {
175175
# on linux, build/test other supported compilers
176-
variants = lib.genAttrs ["ghc8107" crossCompilerVersion] (compiler-nix-name: {
176+
variants = lib.genAttrs [crossCompilerVersion] (compiler-nix-name: {
177177
inherit compiler-nix-name;
178178
});
179179
}

0 commit comments

Comments
 (0)