guix-commits
[Top][All Lists]
Advanced

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

119/290: gnu: ghc-storable-complex: Update to 0.2.3.0.


From: guix-commits
Subject: 119/290: gnu: ghc-storable-complex: Update to 0.2.3.0.
Date: Wed, 6 Nov 2019 08:22:42 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 02cf4d20ff8bd685dd510b7ffa1b5bfa288f2b15
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:22:00 2019 -0400

    gnu: ghc-storable-complex: Update to 0.2.3.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-storable-complex): Update to 0.2.3.0.
    [inputs]: Add 'ghc-base-orphans'.
---
 gnu/packages/haskell-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 15f1538..b6f0698 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9600,7 +9600,7 @@ for strict state threads.")
 (define-public ghc-storable-complex
   (package
     (name "ghc-storable-complex")
-    (version "0.2.2")
+    (version "0.2.3.0")
     (source
      (origin
        (method url-fetch)
@@ -9608,8 +9608,10 @@ for strict state threads.")
              
"https://hackage.haskell.org/package/storable-complex/storable-complex-";
              version ".tar.gz"))
        (sha256
-        (base32 "01kwwkpbfjrv26vj83cd92px5qbq1bpgxj0r45534aksqhany1xb"))))
+        (base32 "0fnwbfmd5vsaaqvf9182qdcjrzcfjd1zhdyvjwzifbwvn6r9kx4s"))))
     (build-system haskell-build-system)
+    (inputs
+     `(("ghc-base-orphans" ,ghc-base-orphans)))
     (home-page "https://github.com/cartazio/storable-complex";)
     (synopsis "Haskell Storable instance for Complex")
     (description "This package provides a Haskell library including a



reply via email to

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