packages feed

regexchar-0.9.0.7: changelog

2010-11-18 Dr. Alistair Ward <regexchar at functionalley dot eu>

0.9.0.0
	* First version of the package.
0.9.0.1
	* Reacted to major-number changes in the packages 'ToolShed-0.10.0.0' & 'RegExDot-0.10.0.0'.
	* Created "src/RegExChar/" (& then modified module-names accordingly) & "data/" sub-directories.
	* Pacified 'hlint'.
	* Added a makefile.
	* Qualified identifiers used in error-messages.
0.9.0.2
	* Ported to ghc-7.0.1:
		Replaced the deprecated module "Test.QuickCheck.Batch", & labelled properties.
	* Added the cabal-flag 'threaded', to account for the requirement to link with the threaded runtime when using a threaded version of the library package "RegExDot".
0.9.0.3
	* Parallelised processing where @grecce@ is requested to read multiple input-data files.
	* Extracted matching-operation from the "Main" module, into new module "Grecce.Grep".
	* Migrated modules required only by the executable 'grecce', from the directory "RegExChar" into the new directory "Grecce".
	* Replaced use of @threaded@-flag in source-code, with CABAL CPP-macro.
	* Added RPM-spec file.
0.9.0.4
	* Added default values of command-line flags, to usage-message.
	* Reacted to migration of "RegExDot.Options" to "ToolShed.Options".
	* Used new "ToolShed.Package" module.
0.9.0.5
	* Fixed negated reference to unparenthesised CPP-macro 'MIN_VERSION'.
	* Protected reference in "Grecce/QC/QuickChecks.hs", to 'Test.QuickCheck.verboseCheck', using CPP-statement.
0.9.0.6
	* Amended RPM ".spec" file, to install under "/usr", rather than "/usr/local".
	* Renamed package from 'RegExChar' to 'regexchar', for compatibility with Debian's ".deb"-format.
	* Added directory-structure required to build ".deb" package.
0.9.0.7
	* Refined man-page to be an 'extra-source-file' in .cabal & .spec files.
	* Added manually controlled "llvm" flag to "regexchar.cabal".
	* Replaced references to the module "ToolShed.Package" with "Distribution.Package".
	* Changed identifier for type-parameters, to better reflect its role.
	* Removed dependency on archaic module "ToolShed.Arithmetic".
	* Reacted to the creation of module "ToolShed.Defaultable".