Mon May 28 23:12:21 CEST 2007 Thomas Schilling
* Added documentation.
Tue May 29 22:59:58 CEST 2007 Thomas Schilling
* Extended low-level parsing routines to also allow labelled blocks and if-blocks.
Tue May 29 23:03:44 CEST 2007 Thomas Schilling
* Added Configuration parsing and simplification.
Wed Jun 13 19:21:14 CEST 2007 Thomas Schilling
* Abstracted variables out of conditions. Generalized simplification
function to accept an arbitrary partial assignment of these
variables.
Wed Jun 13 19:22:30 CEST 2007 Thomas Schilling
* fixed typo
Wed Jun 13 19:23:09 CEST 2007 Thomas Schilling
* added docs
Wed Jun 13 19:24:16 CEST 2007 Thomas Schilling
* add flag as a section
Wed Jun 13 19:35:48 CEST 2007 Thomas Schilling
* add line numbers to all field times
Wed Jun 13 20:43:32 CEST 2007 Thomas Schilling
* Prototypical configurations
Thu Jun 14 14:50:31 CEST 2007 Thomas Schilling
* Pretty printing of conditions and CondTrees. Non-dependency
information of CondTrees is now a modifier. Move CondTree resolution functionality.
Mon Jun 18 21:53:29 CEST 2007 Thomas Schilling
* Compatibility parsing and working configurations.
Mon Jun 18 21:54:49 CEST 2007 Thomas Schilling
* Add commandline support for specifying defaults for flags.
Mon Jun 18 21:57:10 CEST 2007 Thomas Schilling
* Add helpers for reading and writing the file to hold a configured cabal-file.
Sat Jun 23 22:04:53 CEST 2007 Thomas Schilling
* Fixed warnings, added documentation, and changed os and arch names to
simple strings.
Sat Jun 23 22:05:22 CEST 2007 Thomas Schilling
* Fixed warning
Sat Jun 23 22:07:01 CEST 2007 Thomas Schilling
* Make explicit that reading package descriptions isn't supported here, ATM.
Sat Jun 23 22:11:35 CEST 2007 Thomas Schilling
* Fix warnings, add documentation and changes in response to some
interface changes.
Sat Jun 23 22:12:54 CEST 2007 Thomas Schilling
* Fix warnings.
Sat Jun 23 22:14:55 CEST 2007 Thomas Schilling
* Downcase flagnames. Re-add config flags (were removed due to update).
Sat Jun 23 22:15:46 CEST 2007 Thomas Schilling
* Adjust to new package reading interface.
Sat Jun 23 22:17:23 CEST 2007 Thomas Schilling
* Fix warnings.
Sat Jun 23 22:20:17 CEST 2007 Thomas Schilling
* Add proper handling of configurations to configure command.
Sat Jun 23 22:23:33 CEST 2007 Thomas Schilling
* Fix typo.
Sat Jun 23 22:31:21 CEST 2007 Thomas Schilling
* Disable (comment out) tests for now. Break due to changed interface.
Sat Jun 23 22:39:39 CEST 2007 Thomas Schilling
* Properly fix tests.
Sat Jun 23 22:47:06 CEST 2007 Thomas Schilling
* Re-add configurations module to .cabal file. (Got removed on update.)