guix-commits
[Top][All Lists]
Advanced

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

218/328: gnu: ghc-exactprint: Update to 0.6.1.


From: guix-commits
Subject: 218/328: gnu: ghc-exactprint: Update to 0.6.1.
Date: Sat, 16 Nov 2019 19:33:11 -0500 (EST)

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

commit 536c6a13778aa83547559365e1008bd33e22a6ff
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:19:06 2019 -0400

    gnu: ghc-exactprint: Update to 0.6.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-exactprint): Update to 0.6.1.
---
 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 3afa1b8..5999f52 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3237,7 +3237,7 @@ generated SQL and optimize it for your backend.")
 (define-public ghc-exactprint
   (package
     (name "ghc-exactprint")
-    (version "0.5.6.1")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
@@ -3246,7 +3246,7 @@ generated SQL and optimize it for your backend.")
              "ghc-exactprint/ghc-exactprint-" version ".tar.gz"))
        (sha256
         (base32
-         "141k6qiys0m0r4br7ikp4i546vs3xcil9cwglzcdfcbnb5nj1z87"))))
+         "12nqpqmi9c57a3hgpfy8q073zryz66ylmcvf29hyffpj7vmmnvhl"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-paths" ,ghc-paths)



reply via email to

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