guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: ghc-tagsoup: Update to 0.14.


From: Ricardo Wurmus
Subject: 04/10: gnu: ghc-tagsoup: Update to 0.14.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 1da48e430265c3dbca5eb3130efa8720edf44ad6
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 14:26:17 2016 +0200

    gnu: ghc-tagsoup: Update to 0.14.
    
    * gnu/packages/haskell.scm (ghc-tagsoup): Update to 0.14.
---
 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 f366a9f..5269845 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4291,7 +4291,7 @@ indexed variants.")
 (define-public ghc-tagsoup
   (package
     (name "ghc-tagsoup")
-    (version "0.13.3")
+    (version "0.14")
     (source
      (origin
        (method url-fetch)
@@ -4301,7 +4301,7 @@ indexed variants.")
              ".tar.gz"))
        (sha256
         (base32
-         "13b6zy6346r3cxhaivys84fnxarg8wbv7r2znazfjdkqil8n5a1j"))))
+         "07pax7i0bl79dmqqz58zy09yrgpnyyr2ya0z183hv96kp65jv0lh"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-text" ,ghc-text)))
     (home-page



reply via email to

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