packages feed

fishfood-0.0.1.4: changelog

2013-07-16 Dr. Alistair Ward <fishfood at functionalley dot eu>

0.0.0.1
	* First version of the package.
0.0.0.2
	* Added 'man/man1/fishfood.1' & 'fishfood.spec' to the distribution.
0.0.1.0
	* Migrated all but the I/O, from "Main" to a new module "FishFood.Profiler".
	* Added module "FishFood.Test", containing "Test.QuickCheck"-implementation.
	* Added Command-line options; '--deriveProbabilityMassFunction', '--binSizeRatio', '--runQuickChecks'.
0.0.1.1
	* Added files to build .deb to 'fishfood.cabal'.
0.0.1.2
	* Added '--runQuickChecks' to 'man/man1/fishfood.1' & corrected typo.
	* Improved the syntax of 'verbosity' in the usage-message.
	* Tested with 'haskell-platform-2013.2.0.0'.
0.0.1.3
	* In module "FishFood.Data.File", replaced 'Control.Exception.throw' with 'Control.Exception.throwIO'.
	* Either replaced instances of '(<$>)' with 'fmap' to avoid ambiguity between "Control.Applicative" & "Prelude" which (from 'base-4.8') also exports this symbol, or hid the symbol when importing the "Prelude"..
	* In module "Main", redirected version-message to stderr.
0.0.1.4
	* Added the compiler to the output returned for the command-line option "version".
	* In module "FishFood.Data.File.hs", replaced the use of the package "unix" with the package "directory", for compatibility with Windows.