haskell-math-functions: update to version 0.1.5.2

This commit is contained in:
Peter Simons 2014-03-07 23:13:07 +01:00
parent d8c3067705
commit ef22bfd980

View File

@ -1,12 +1,13 @@
{ cabal, erf, HUnit, ieee754, QuickCheck, testFramework
{ cabal, deepseq, erf, HUnit, ieee754, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, vector
, vectorThUnbox
}:
cabal.mkDerivation (self: {
pname = "math-functions";
version = "0.1.4.0";
sha256 = "1cijm224gfvd7rvrrndcks8d7aj89c9qv0m4wx2qqngr7rk78kav";
buildDepends = [ erf vector ];
version = "0.1.5.2";
sha256 = "12cznf7gwia1ki7xhvlhk5p8d09zrdvfgn07pkp4sfrwsc4vijcy";
buildDepends = [ deepseq erf vector vectorThUnbox ];
testDepends = [
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 vector