guix-commits
[Top][All Lists]
Advanced

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

10/154: gnu: ghc-text: Update to 1.2.1.3.


From: Paul
Subject: 10/154: gnu: ghc-text: Update to 1.2.1.3.
Date: Thu, 22 Oct 2015 20:22:37 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit 785ced8b31b4d63d023d65ace636ee42a72612c4
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 14 23:06:16 2015 +0200

    gnu: ghc-text: Update to 1.2.1.3.
    
    * gnu/packages/haskell.scm (ghc-text): Update to 1.2.1.3.
---
 gnu/packages/haskell.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3d26e8b..edac433 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -719,7 +719,7 @@ access to the full zlib feature set.")
 (define-public ghc-text
   (package
     (name "ghc-text")
-    (version "1.2.0.4")
+    (version "1.2.1.3")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -730,7 +730,7 @@ access to the full zlib feature set.")
              ".tar.gz"))
        (sha256
         (base32
-         "004p1c74crs8wmjafwsmw3mmycspq1j8fpm1lvfpq6acha7bnpc6"))))
+         "0gzqx5cpkdhshbz9xss51mpyq23pnf8dwjz4h3irbv2ryaa4qdlq"))))
     (build-system haskell-build-system)
     (arguments
      `(#:tests? #f)) ; FIXME: currently missing libraries used for tests.



reply via email to

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