summary refs log tree commit diff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:28:25 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:59 -0500
commit7683a084bc3aefd8309913ef037cd1a3545baa62 (patch)
treeeba33bace83aa3870f678fd1605e378b0252bbf6 /gnu/packages/haskell-xyz.scm
parentce684db049b24d661f375aa045c19fc06dc1c172 (diff)
downloadguix-7683a084bc3aefd8309913ef037cd1a3545baa62.tar.gz
gnu: ghc-pretty-show: Update to 1.9.5.
* gnu/packages/haskell-xyz.scm (ghc-pretty-show): Update to 1.9.5.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index bb23a0ff64..7380cdfab6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7829,7 +7829,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)
@@ -7837,7 +7837,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)