2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-31 11:37:32 +01:00
|
|
|
{ cabal, gsl, hmatrix, hmatrixGsl }:
|
2014-04-18 20:07:31 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hmatrix-special";
|
2014-10-31 11:37:32 +01:00
|
|
|
version = "0.3.0.1";
|
|
|
|
sha256 = "1ziqzbfrk7xyah5n0cys1ccnmj2z91wxdamanv3y5v717zhdrqix";
|
|
|
|
buildDepends = [ hmatrix hmatrixGsl ];
|
2014-10-28 12:45:32 +01:00
|
|
|
extraLibraries = [ gsl ];
|
2014-04-18 20:07:31 +02:00
|
|
|
meta = {
|
2014-10-31 11:37:32 +01:00
|
|
|
homepage = "https://github.com/albertoruiz/hmatrix";
|
2014-04-18 20:07:31 +02:00
|
|
|
description = "Interface to GSL special functions";
|
|
|
|
license = "GPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|