Skip to content

Commit

Permalink
GHC 9.8 compat: AutogenModuleToggling doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Nov 5, 2023
1 parent d32ee95 commit 531b2b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Test.Cabal.Prelude

main :: IO ()
main = cabalTest . recordMode RecordMarked $ do
skipUnlessGhcVersion ">= 9.7"
skipUnlessGhcVersion ">= 9.9"
cabal "v2-run" ["-fgenerate", "autogen-toggle-test"]
cabal "v2-run" ["-f-generate", "autogen-toggle-test"]

0 comments on commit 531b2b7

Please sign in to comment.