guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

109/272: gnu: ghc-hmatrix: Update to 0.19.0.0.


From: Ricardo Wurmus
Subject: 109/272: gnu: ghc-hmatrix: Update to 0.19.0.0.
Date: Mon, 1 Oct 2018 06:13:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c839da85129858fb7b374c5f903f1d32ae676abc
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:42:16 2018 -0400

    gnu: ghc-hmatrix: Update to 0.19.0.0.
    
    * gnu/packages/haskell.scm (ghc-hmatrix): Update to 0.19.0.0.
    [inputs]: Add ghc-semigroups.
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index df1746b..76feb10 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7675,7 +7675,7 @@ and Fortran complex data types.")
 (define-public ghc-hmatrix
   (package
     (name "ghc-hmatrix")
-    (version "0.18.1.0")
+    (version "0.19.0.0")
     (source
      (origin
        (method url-fetch)
@@ -7683,12 +7683,13 @@ and Fortran complex data types.")
              "https://hackage.haskell.org/package/hmatrix/hmatrix-";
              version ".tar.gz"))
        (sha256
-        (base32 "07zkwvg872hfk6jyn4s54ws8mvclynazaxf7fsbqi16dmf9dn61c"))))
+        (base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-random" ,ghc-random)
        ("ghc-split" ,ghc-split)
        ("ghc-storable-complex" ,ghc-storable-complex)
+       ("ghc-semigroups" ,ghc-semigroups)
        ("ghc-vector" ,ghc-vector)
        ;;("openblas" ,openblas)
        ("lapack" ,lapack)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]