summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hmatrix-gsl/default.nix
blob: 501d84a596f6534104c2a929580aa8d5df64659e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
  };
})