Skip to content

Commit

Permalink
Only test for ghc >=9.4
Browse files Browse the repository at this point in the history
Avoid this diff because of conditionals in hashable:

+ - base-orphans-0.9.1 (lib) (requires build)
+ - data-array-byte-0.1.0.1 (lib) (requires build)
  - hashable-1.4.2.0 (lib) (requires build)
  • Loading branch information
philderbeast committed Dec 14, 2023
1 parent a50b3de commit 67ea968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "1-local.project" $ do
skipUnlessGhcVersion ">= 9.4"
cabal "v2-build" ["--dry-run"]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "2-local.project" $ do
skipUnlessGhcVersion ">= 9.4"
cabal "v2-build" ["--dry-run"]

0 comments on commit 67ea968

Please sign in to comment.