guix-commits
[Top][All Lists]
Advanced

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

14/272: gnu: ghc-ieee754: Update to 0.8.0.


From: Ricardo Wurmus
Subject: 14/272: gnu: ghc-ieee754: Update to 0.8.0.
Date: Mon, 1 Oct 2018 06:13:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9959625056ad70b45632799535a350da3aac73b0
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 20:45:49 2018 -0400

    gnu: ghc-ieee754: Update to 0.8.0.
    
    * gnu/packages/haskell.scm (ghc-ieee754): Update to 0.8.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 98c2c3f..f1e26bb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7862,7 +7862,7 @@ specific Windows, Mac, and Linux file system event 
notification.")
 (define-public ghc-ieee754
   (package
     (name "ghc-ieee754")
-    (version "0.7.8")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7870,7 +7870,7 @@ specific Windows, Mac, and Linux file system event 
notification.")
                     "ieee754-" version ".tar.gz"))
               (sha256
                (base32
-                "1zvfnnd5nm5kgr60214cdyks0kqdqyzpwk5sdh0s60yr8b7fyjny"))))
+                "1lcs521g9lzy9d7337vg4w7q7s8500rfqy7rcifcz6pm6yfgyb8f"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/patperry/hs-ieee754";)
     (synopsis "Utilities for dealing with IEEE floating point numbers")



reply via email to

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