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
1 changed files with 5 additions and 5 deletions

View File

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