gelisam / cabal-rangefinder

A tool to fill in the version ranges in a cabal file.
The Unlicense
17 stars 1 forks source link

Optionally run the tests #7

Open gelisam opened 10 years ago

gelisam commented 10 years ago

Sometimes, the package compiles fine on a given version, but the tests don't run. Currently, we don't run the tests at all. We should. But since running the tests often take much longer than building, we should make them optional. Perhaps we could also allow an external verification script to be ran?

Wizek commented 9 years ago

Does cabal-rangefinder mutate the current working directory? If so, then this should be rather straightforward to implement, as follows, wouldn't it?

gelisam commented 9 years ago

Yes, I agree that it should be straightforward. Would you like to take a stab at it? I'm rather busy with other Haskell projects at the moment.