-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a regression test for issue #3324 #3432
Conversation
expectBuildFailed failure | ||
|
||
-- add the missing dep, now it should work | ||
appendFile (basedir </> testdir </> "q" </> "q.cabal") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to add a finally
block restoring the q.cabal
file to its original state, otherwise the test suite is not idempotent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're quite right.
@23Skidoo not sure why it didn't fail on travis, it fails for me as expected.
|
Looks like we were not running |
And now both build bots are broken. |
Use base not haskell2010 package.
@23Skidoo this ought to fix it. Let's see... |
@23Skidoo took the liberty to merge, since it fixes the build on master (and I'd addressed the review comments ok I think). |
@dcoutts Great, thanks. |
Revert "Hack to work with cabal HEAD in spite of haskell/cabal#3432"
No description provided.