guix-commits
[Top][All Lists]
Advanced

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

53/177: gnu: ghc-th-lift: Update to 0.7.8.


From: Ricardo Wurmus
Subject: 53/177: gnu: ghc-th-lift: Update to 0.7.8.
Date: Tue, 13 Feb 2018 07:38:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 44c233ac139d67669adc3da454adde07d74bb1c4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 22:02:04 2018 +0100

    gnu: ghc-th-lift: Update to 0.7.8.
    
    * gnu/packages/haskell.scm (ghc-th-lift): Update to 0.7.8.
    [inputs]: Remove ghc-packedstring.
---
 gnu/packages/haskell.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8395fba..71dc279 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4941,17 +4941,15 @@ Template Haskell.")
 (define-public ghc-th-lift
   (package
     (name "ghc-th-lift")
-    (version "0.7.5")
+    (version "0.7.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "th-lift/th-lift-" version ".tar.gz"))
               (sha256
                (base32
-                "13xdkk1chdghf059sfx8d3d8r0mj1dbzdi5kf2zf0mjmz3qq7m7k"))))
+                "0ay10b78x3969rpqqrgzy8srkl6iby2cljbf3mm17na8x22k7y1c"))))
     (build-system haskell-build-system)
-    (inputs
-     `(("ghc-packedstring" ,ghc-packedstring)))
     (home-page "https://github.com/mboes/th-lift";)
     (synopsis "Derive Template Haskell's Lift class for datatypes")
     (description



reply via email to

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