Add haskell-hmatrix-special-0.2.0

This commit is contained in:
Thomas Tuegel 2014-04-18 13:07:31 -05:00
parent 5ba24cc8ea
commit 7c274bf958
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ 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;
};
})

View file

@ -1426,6 +1426,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
hmatrix = callPackage ../development/libraries/haskell/hmatrix {}; hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
hmatrix-special = callPackage ../development/libraries/haskell/hmatrix-special {};
hoauth = callPackage ../development/libraries/haskell/hoauth {}; hoauth = callPackage ../development/libraries/haskell/hoauth {};
hoauth2 = callPackage ../development/libraries/haskell/hoauth2 {}; hoauth2 = callPackage ../development/libraries/haskell/hoauth2 {};