Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 5, 2023
1 parent 83549f7 commit 62b4187
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import Distribution.Simple.Hpc
-- at all.)
--
main = setupAndCabalTest $ do
isWin <- isWindows
ghc94 <- isGhcVersion "== 9.4.*"
expectBrokenIf (isWin && ghc94) 0 $
-- Source copy is necessary as GHC defaults to dumping tix
-- file in the CWD, and we do NOT clean it up after the fact.
withSourceCopy $ do
Expand Down

0 comments on commit 62b4187

Please sign in to comment.