guix-commits
[Top][All Lists]
Advanced

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

44/329: gnu: ghc-ansi-wl-pprint: Update to 0.6.9.


From: guix-commits
Subject: 44/329: gnu: ghc-ansi-wl-pprint: Update to 0.6.9.
Date: Wed, 20 Nov 2019 21:17:03 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit c38746eb7b7918e5c45deffc5fbf7c093403ae51
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:48:59 2019 -0400

    gnu: ghc-ansi-wl-pprint: Update to 0.6.9.
    
    * gnu/packages/haskell-xyz.scm (ghc-ansi-wl-pprint): Update to 0.6.9.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e0c8918..f1e3081 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -313,7 +313,7 @@ cursor, and changing the title.")
 (define-public ghc-ansi-wl-pprint
   (package
     (name "ghc-ansi-wl-pprint")
-    (version "0.6.8.2")
+    (version "0.6.9")
     (source
      (origin
        (method url-fetch)
@@ -322,7 +322,7 @@ cursor, and changing the title.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56"))))
+         "1b2fg8px98dzbaqyns10kvs8kn6cl1hdq5wb9saz40izrpkyicm7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))



reply via email to

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