Skip to content

Commit

Permalink
Do not build the plutus executable if GHC <9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed Apr 30, 2024
1 parent d10d5df commit b5ac3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-core/plutus-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ executable plutus
hs-source-dirs: executables/plutus

-- singletons-th does not support GHC<=8.10
if impl(ghc <9.0)
if impl(ghc <9.6)
buildable: False

-- Hydra complains that this is not buildable on mingw32 because of brick.
Expand Down

0 comments on commit b5ac3bf

Please sign in to comment.