Fri Aug 3 22:05:33 CEST 2007 Thomas Schilling
* Split up make target for documentation generation. Allows to build
the user's guide separately from the Haddock documentation.
Tue Aug 7 01:46:10 CEST 2007 Thomas Schilling
* Add -cpp option so it works with ghc, and fix import.
Tue Aug 7 01:47:07 CEST 2007 Thomas Schilling
* Allow querying for the wildcard version range.
Tue Aug 7 01:51:31 CEST 2007 Thomas Schilling
* Warn if no Cabal-version field is specified, but new syntax is used.
This isn't quite exact. Ideally, we'd like to have something like
isEmptyRange (specified-range && >= 1.2) but implementing isEmptyRange
is non-trivial, so we'll go with this imperfect solution until we need
that feature elsewhere.
Tue Aug 7 01:54:04 CEST 2007 Thomas Schilling
* No longer fail to parse packages without any library or executable
sections. Issue a warning instead. (The previous error message
"Unexpected end of file" was not very helpful.)
Tue Aug 7 01:56:44 CEST 2007 Thomas Schilling
* Cosmetic cleanup (fix line length)
Tue Aug 7 02:01:55 CEST 2007 Thomas Schilling
* Re-enable and update unit tests.