guix-commits
[Top][All Lists]
Advanced

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

31/272: gnu: ghc-wl-pprint: Update to 1.2.1.


From: Ricardo Wurmus
Subject: 31/272: gnu: ghc-wl-pprint: Update to 1.2.1.
Date: Mon, 1 Oct 2018 06:13:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 061832f1f96dbe60b5e0961650e37017a0116675
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:21:00 2018 -0400

    gnu: ghc-wl-pprint: Update to 1.2.1.
    
    * gnu/packages/haskell.scm (ghc-wl-pprint): Update to 1.2.1.
---
 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 d8cb73c..696f421 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3634,7 +3634,7 @@ a variety of ways.")
 (define-public ghc-wl-pprint
   (package
     (name "ghc-wl-pprint")
-    (version "1.2")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3642,7 +3642,7 @@ a variety of ways.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "166zvk4zwn2zaa9kx66m1av38m34qp6h4i65bri2sfnxgvx0700r"))))
+                "0kn7y8pdrv8f87zhd5mifcl8fy3b2zvnzmzwhdqhxxlyzwiq6z0c"))))
     (build-system haskell-build-system)
     (home-page "https://hackage.haskell.org/package/wl-pprint";)
     (synopsis "Wadler/Leijen pretty printer")



reply via email to

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