guix-commits
[Top][All Lists]
Advanced

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

75/272: gnu: ghc-split: Update to 0.2.3.3.


From: Ricardo Wurmus
Subject: 75/272: gnu: ghc-split: Update to 0.2.3.3.
Date: Mon, 1 Oct 2018 06:13:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5285d61490f1c4fbdbdc82ad6e6daaab863e1a46
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:36:52 2018 -0400

    gnu: ghc-split: Update to 0.2.3.3.
    
    * gnu/packages/haskell.scm (ghc-split): Update to 0.2.3.3.
---
 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 a4bb28e..a555cea 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3700,7 +3700,7 @@ colored output using the ansi-terminal package.")
 (define-public ghc-split
   (package
     (name "ghc-split")
-    (version "0.2.3.1")
+    (version "0.2.3.3")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3711,7 +3711,7 @@ colored output using the ansi-terminal package.")
              ".tar.gz"))
        (sha256
         (base32
-         "12660m16c6sib3laaxn6w9s453pyx1b49myrmzfij372vq5bc5bn"))))
+         "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)))



reply via email to

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