guix-commits
[Top][All Lists]
Advanced

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

135/272: gnu: ghc-base-orphans: Update to 0.7.


From: Ricardo Wurmus
Subject: 135/272: gnu: ghc-base-orphans: Update to 0.7.
Date: Mon, 1 Oct 2018 06:13:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 19533b321695356cf892e79afde4c428306426a2
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:46:25 2018 -0400

    gnu: ghc-base-orphans: Update to 0.7.
    
    * gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.7.
---
 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 007bcf0..0b59d3c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4428,7 +4428,7 @@ command line options in Haskell.")
 (define-public ghc-base-orphans
   (package
     (name "ghc-base-orphans")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
@@ -4438,7 +4438,7 @@ command line options in Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67"))))
+         "057f9npnqk71ccfh95djfkpd54dzazphj06grwxa3fyhwcwxrb8a"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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