guix-commits
[Top][All Lists]
Advanced

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

31/290: gnu: ghc-pretty-show: Update to 1.9.5.


From: guix-commits
Subject: 31/290: gnu: ghc-pretty-show: Update to 1.9.5.
Date: Wed, 6 Nov 2019 08:22:22 -0500 (EST)

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

commit 26d3822c0f0db4f0546e8c9a5e1816f354206dfa
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:28:25 2019 -0400

    gnu: ghc-pretty-show: Update to 1.9.5.
    
    * gnu/packages/haskell-xyz.scm (ghc-pretty-show): Update to 1.9.5.
---
 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 dcc2a38..a2bd063 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7791,7 +7791,7 @@ ByteStrings in the style of other common *nix hex dump 
tools.")
 (define-public ghc-pretty-show
   (package
     (name "ghc-pretty-show")
-    (version "1.7")
+    (version "1.9.5")
     (source
      (origin
        (method url-fetch)
@@ -7799,7 +7799,7 @@ ByteStrings in the style of other common *nix hex dump 
tools.")
                            "pretty-show-" version ".tar.gz"))
        (sha256
         (base32
-         "0br7pkxqqqhby2j2v1g847lgqsrasx56g1jw3dhmjh4flzs6warq"))))
+         "0gs2pabi4qa4b0r5vffpf9b1cf5n9y2939a3lljjw7cmg6xvx5dh"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-haskell-lexer" ,ghc-haskell-lexer)



reply via email to

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