guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ghc@8.4: Update to 8.4.4.


From: guix-commits
Subject: 02/03: gnu: ghc@8.4: Update to 8.4.4.
Date: Mon, 23 Mar 2020 18:16:52 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c711b6abdb7fc740b37e95596eab2b1b9aba0e1d
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 23 16:33:06 2020 +0100

    gnu: ghc@8.4: Update to 8.4.4.
    
    * gnu/packages/haskell.scm (ghc-8.4): Update to 8.4.4.
---
 gnu/packages/haskell.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cafc3e5..6e9cfc6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -422,14 +422,14 @@ interactive environment for the functional language 
Haskell.")
 (define-public ghc-8.4
   (package (inherit ghc-8.0)
     (name "ghc")
-    (version "8.4.3")
+    (version "8.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.haskell.org/ghc/dist/";
                            version "/" name "-" version "-src.tar.xz"))
        (sha256
-        (base32 "1mk046vb561j75saz05rghhbkps46ym5aci4264dwc2qk3dayixf"))))
+        (base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i"))))
     (inputs
      `(("gmp" ,gmp)
        ("ncurses" ,ncurses)
@@ -448,7 +448,7 @@ interactive environment for the functional language 
Haskell.")
                  version "/" name "-" version "-testsuite.tar.xz"))
            (sha256
             (base32
-             "1z55b1z0m3plqd2d1ks6w5wvx7igm7zsk3i4v7cms003z0as0hzz"))))))
+             "0s8lf9sxj7n89pjagi58b3fahnp34qvmwhnn0j1fbg6955vbrfj6"))))))
     (arguments
      `(#:test-target "test"
        ;; We get a smaller number of test failures by disabling parallel test



reply via email to

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