-
Notifications
You must be signed in to change notification settings - Fork 704
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
"Up to date" after changing a test dependency #5547
Comments
I think that you're seeing this because you're not passing |
That seems... strange! The |
@tom-bop generally, cabal 1.24 was the very first tech-preview of nix-style |
Btw, turns out this is a totally different issue; doing this with a more recent GHC version exposes the cause:
specifically the warning about not having accurately specified the modules in |
Apologies if this is fixed in a newer version of cabal!
Starting with the misbehavior:
test/Test.hs
src/Lib.hs:
test/TestHelper.hs:
foo.cabal:
The text was updated successfully, but these errors were encountered: