Changelog for gsl-random-0.5.2
Changes in 0.5.2
* Replace deprecated 'rawSystemProgramStdout' call with 'getProgramOutput'
* Update to Cabal >= 1.23
Changes in 0.5.1
* @avctrh added Stack support (LTS 8.4)
Changes in 0.5.0
* Added Eq, Show, Data, Typeable instances
Changes in 0.4.6
* Levi Schuck added fix for Cabal 1.18
Changes in 0.4.5
* Clark Gaebel added the lognormal distribution.
Changes in 0.4.4
* Compile fixes for GHC 7.4.2
Changes in 0.4.3
* Felipe Lessa added the multinomial distribution.
Changes in 0.4.2
* Depend on the vector package.
* Felipe Lessa added beta, logistic, Pareto, Weibull, gamma
and Dirichlet distributions.
* Remove -fPIC flag when compiling C code;
fixes https://github.com/patperry/hs-gsl-random/issues/1
(thanks to Dmitry Tsygankov)
Changes in 0.4.1
* Require cabal >= 1.8
* Fix framework detection bug in configure script on Mac OS
Changes in 0.4
* Switch to native (Cabal-based) configure
* Tracy Wadleigh added support for quasi-random number sequences
Changes in 0.3.2
* Shawn Garbett added the Cauchy distribution
Changes in 0.3.1
* Add exponential distribution
Changes in 0.3
* Add Levy alpha-Stable distributions
* Fix GHCi bus error on x86-64