about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hmatrix-special/default.nix
blob: 3b07126ebc3b606db014215920cb64383f3a92f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hmatrix }:

cabal.mkDerivation (self: {
  pname = "hmatrix-special";
  version = "0.2.0";
  sha256 = "0lp8mvagbzayq3r08wgk498n6d9vgb1skb8wzrzi5a1fc5j8m0wj";
  buildDepends = [ hmatrix ];
  meta = {
    homepage = "http://perception.inf.um.es/hmatrix";
    description = "Interface to GSL special functions";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})