guix-commits
[Top][All Lists]
Advanced

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

204/257: gnu: ghc-reducers: Update to 3.12.3.


From: Ricardo Wurmus
Subject: 204/257: gnu: ghc-reducers: Update to 3.12.3.
Date: Thu, 27 Sep 2018 15:47:30 -0400 (EDT)

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

commit 7e2831f2f412876809ed692100fd4cbd23e5253e
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:55:51 2018 -0400

    gnu: ghc-reducers: Update to 3.12.3.
    
    * gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.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 32b3384..12fb912 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3182,7 +3182,7 @@ this package makes them available back to GHC 7.2.")
 (define-public ghc-reducers
   (package
     (name "ghc-reducers")
-    (version "3.12.2")
+    (version "3.12.3")
     (source
      (origin
        (method url-fetch)
@@ -3192,7 +3192,7 @@ this package makes them available back to GHC 7.2.")
              ".tar.gz"))
        (sha256
         (base32
-         "1gbaa5x4zbvnbklcb0d4q4m8hk6w0gz4s0c4m288czi1nw43dl65"))))
+         "09wf8pl9ycglcv6qj5ba26gkg2s5iy81hsx9xp0q8na0cwvp71ki"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-fingertree" ,ghc-fingertree)



reply via email to

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