haskell-gamma: updated to version 0.9.0.1
svn path=/nixpkgs/trunk/; revision=30266
This commit is contained in:
parent
ff21c3f5b5
commit
5396f76a55
@ -2,12 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gamma";
|
pname = "gamma";
|
||||||
version = "0.7.0.1";
|
version = "0.9.0.1";
|
||||||
sha256 = "0728b5mrzmj9hkaqvikl45jyi2p9hnkl2p6l9yv7wnw557yb0gb2";
|
sha256 = "02s9m2vlrnfg26c7921x60xxmawzzk27y3czcnvs8hlk01mb1xv7";
|
||||||
buildDepends = [ continuedFractions converge vector ];
|
buildDepends = [ continuedFractions converge vector ];
|
||||||
preConfigure = ''
|
|
||||||
sed -i 's|\(vector.*\) && < 0.8|\1|' ${self.pname}.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/mokus0/gamma";
|
homepage = "https://github.com/mokus0/gamma";
|
||||||
description = "Gamma function and related functions";
|
description = "Gamma function and related functions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user