Skip to content

Commit

Permalink
Put 9.2 back
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Nov 17, 2023
1 parent 1f0c6a0 commit 42dff63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# type CompilerName = String
# compilers :: [CompilerName]
compilers = [ "ghc810" "ghc96" "ghc98" ];
compilers = [ "ghc810" "ghc92" "ghc96" "ghc98" ];
# compilers which we don't build for by default
experimental-compilers = [ "ghc98" ];

Expand All @@ -78,6 +78,7 @@
ghc98.enabled = true;
};
plutus-ledger = {
ghc92.enabled = false;
ghc96.enabled = false;
};
hasql-dynamic-syntax = {
Expand Down Expand Up @@ -117,6 +118,7 @@
ghc96.enabled = false;
};
marlowe-plutus = {
ghc92.enabled = false;
ghc96.enabled = false;
};
quickcheck-contractmodel = {
Expand Down

0 comments on commit 42dff63

Please sign in to comment.