haskell-hmatrix-gsl: add version 0.16.0.2
This commit is contained in:
parent
00d0b22fe3
commit
e50324a243
17
pkgs/development/libraries/haskell/hmatrix-gsl/default.nix
Normal file
17
pkgs/development/libraries/haskell/hmatrix-gsl/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
# 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;
|
||||
};
|
||||
})
|
@ -1243,6 +1243,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
liblapack = pkgs.liblapack.override { shared = true; };
|
||||
};
|
||||
|
||||
hmatrixGsl = callPackage ../development/libraries/haskell/hmatrix-gsl {};
|
||||
|
||||
hmatrixSpecial = callPackage ../development/libraries/haskell/hmatrix-special {};
|
||||
|
||||
hoauth = callPackage ../development/libraries/haskell/hoauth {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user