Open
Description
Steps to reproduce
- Download https://gist.github.com/cocreature/d07ef6f35f7bd9043db50794fe31e977.
- Build using
cabal new-build
- Edit
fileinput
- Try rebuilding using
cabal new-build
.
Expected behavior
cabal new-build
rebuilds because fileinput
has changed.
Actual behavior
cabal new-build
exits without rebuilding after saying Up to date
.
This issue affects both cabal-2.0
as well as the master branch.