haskell-hmatrix-gsl: add version 0.16.0.2

This commit is contained in:
Peter Simons 2014-10-31 11:31:28 +01:00
parent 00d0b22fe3
commit e50324a243
2 changed files with 19 additions and 0 deletions

View 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;
};
})

View File

@ -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 {};