haskell-math-functions: update to version 0.1.5.2
This commit is contained in:
parent
d8c3067705
commit
ef22bfd980
@ -1,12 +1,13 @@
|
|||||||
{ cabal, erf, HUnit, ieee754, QuickCheck, testFramework
|
{ cabal, deepseq, erf, HUnit, ieee754, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
|
, vectorThUnbox
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "math-functions";
|
pname = "math-functions";
|
||||||
version = "0.1.4.0";
|
version = "0.1.5.2";
|
||||||
sha256 = "1cijm224gfvd7rvrrndcks8d7aj89c9qv0m4wx2qqngr7rk78kav";
|
sha256 = "12cznf7gwia1ki7xhvlhk5p8d09zrdvfgn07pkp4sfrwsc4vijcy";
|
||||||
buildDepends = [ erf vector ];
|
buildDepends = [ deepseq erf vector vectorThUnbox ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
|
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 vector
|
testFrameworkQuickcheck2 vector
|
||||||
|
Loading…
Reference in New Issue
Block a user