guix-commits
[Top][All Lists]
Advanced

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

197/272: gnu: ghc-shakespeare: Update to 2.0.15.


From: Ricardo Wurmus
Subject: 197/272: gnu: ghc-shakespeare: Update to 2.0.15.
Date: Mon, 1 Oct 2018 06:13:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 01a67f89d1ec6bd981b8c99ef24186ff5c1527c1
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:51:09 2018 -0400

    gnu: ghc-shakespeare: Update to 2.0.15.
    
    * gnu/packages/haskell.scm (ghc-shakespeare): Update to 2.0.15.
---
 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 87adbb1..bb08f3f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9614,7 +9614,7 @@ code locations of messages.")
 (define-public ghc-shakespeare
   (package
     (name "ghc-shakespeare")
-    (version "2.0.14")
+    (version "2.0.15")
     (source
      (origin
        (method url-fetch)
@@ -9623,7 +9623,7 @@ code locations of messages.")
                            "shakespeare-" version ".tar.gz"))
        (sha256
         (base32
-         "0j5zx8ka7d7scvb9shm7k3376qzl3k4kpim9aqqfs6n86901zpl4"))))
+         "1vk4b19zvwy4mpwaq9z3l3kfmz75gfyf7alhh0y112gspgpccm23"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-parsec" ,ghc-parsec)
               ("ghc-text" ,ghc-text)



reply via email to

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