mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
18 lines
516 B
Nix
18 lines
516 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, gsl, hmatrix, random, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hmatrix-gsl";
|
|
version = "0.16.0.2";
|
|
sha256 = "1l865v2vpjl7f5741z58m9gw1ksskgzfm5gzp9pxiqazsgb2h5ym";
|
|
buildDepends = [ hmatrix random vector ];
|
|
pkgconfigDepends = [ gsl ];
|
|
meta = {
|
|
homepage = "https://github.com/albertoruiz/hmatrix";
|
|
description = "Numerical computation";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|