packages feed

regexdot-0.10.2.2: changelog

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

0.9.0.0
	* First version of the package.
0.10.0.0
	* Reacted to major-number changes in the package 'ToolShed-0.10.0.0'.
	* Created "src/RegExDot/" sub-directory & then modified module-names accordingly.
	* Pacified 'hlint'.
	* Added a makefile.
	* Removed awkward unary operators from 'Repeatable.hs'.
	* Qualified identifiers used in error-messages.
0.10.0.1
	* Ported to ghc-7.0.1:
		Used definitions of 'NFData' & 'rnf' from new package 'deepseq', rather than 'parallel'.
		Replaced reference to the deprecated function 'Control.Parallel.Strategies.parFlatMap' with @concat . Control.Parallel.Strategies.parMap@.
0.10.1.0
	* Set @threaded@ flag to @True@ by default.
	* Replaced use of @threaded@-flag in source-code, with CABAL CPP-macro.
	* Relocated "RegExDot.Options" to "ToolShed.Options".
0.10.2.0
	* Renamed package from 'RegExDot' to 'regexdot', for compatibility with Debian's ".deb"-format.
0.10.2.1
	* Added manually controlled "llvm" flag to "regexdot.cabal".
	* Changed identifier for type-parameters, to better reflect its role.
	* Reacted to the creation of module "ToolShed.Defaultable".
	* Uploaded to <http://hackage.haskell.org/packages/hackage.html>.
0.10.2.2
	* Amended 'regexdot.cabal' to more correctly specify dependency on package 'toolshed'.
	* Used new module "ToolShed.Pair" from package toolshed-0.12.0.0.
	* Guarded 'eager-blackholing' flag in cabal file.