haskell-hmatrix-special: update to version 0.3.0.1

This commit is contained in:
Peter Simons 2014-10-31 11:37:32 +01:00
parent dd5802b9ac
commit 5b137e67ed

View File

@ -1,15 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, gsl, hmatrix }:
{ cabal, gsl, hmatrix, hmatrixGsl }:
cabal.mkDerivation (self: {
pname = "hmatrix-special";
version = "0.2.0";
sha256 = "0lp8mvagbzayq3r08wgk498n6d9vgb1skb8wzrzi5a1fc5j8m0wj";
buildDepends = [ hmatrix ];
version = "0.3.0.1";
sha256 = "1ziqzbfrk7xyah5n0cys1ccnmj2z91wxdamanv3y5v717zhdrqix";
buildDepends = [ hmatrix hmatrixGsl ];
extraLibraries = [ gsl ];
meta = {
homepage = "http://perception.inf.um.es/hmatrix";
homepage = "https://github.com/albertoruiz/hmatrix";
description = "Interface to GSL special functions";
license = "GPL";
platforms = self.ghc.meta.platforms;