guix-commits
[Top][All Lists]
Advanced

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

29/328: gnu: ghc-th-lift: Update to 0.8.0.1.


From: guix-commits
Subject: 29/328: gnu: ghc-th-lift: Update to 0.8.0.1.
Date: Sat, 16 Nov 2019 19:32:14 -0500 (EST)

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

commit 197f9390f8bdb53da0985e6c298f27a1cad47f9b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:27:42 2019 -0400

    gnu: ghc-th-lift: Update to 0.8.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-th-lift): Update to 0.8.0.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 019eaf8..a15c283 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10264,14 +10264,14 @@ Template Haskell.")
 (define-public ghc-th-lift
   (package
     (name "ghc-th-lift")
-    (version "0.7.11")
+    (version "0.8.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "th-lift/th-lift-" version ".tar.gz"))
               (sha256
                (base32
-                "131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m"))))
+                "1a6qlbdg15cfr5rvl9g3blgwx4v1p0xic0pzv13zx165xbc36ld0"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-abstraction" ,ghc-th-abstraction)))



reply via email to

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