guix-commits
[Top][All Lists]
Advanced

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

60/329: gnu: ghc-th-lift-instances: Update to 0.1.14.


From: guix-commits
Subject: 60/329: gnu: ghc-th-lift-instances: Update to 0.1.14.
Date: Wed, 20 Nov 2019 21:17:08 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit d3db399e3ec504202b5297f8181c8572a063b921
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:59:32 2019 -0400

    gnu: ghc-th-lift-instances: Update to 0.1.14.
    
    * gnu/packages/haskell-xyz.scm (ghc-th-lift-instances): Update to 0.1.14.
---
 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 a2c6f52..2f74043 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10352,7 +10352,7 @@ datatypes.")
 (define-public ghc-th-lift-instances
   (package
     (name "ghc-th-lift-instances")
-    (version "0.1.11")
+    (version "0.1.14")
     (source
      (origin
        (method url-fetch)
@@ -10361,7 +10361,7 @@ datatypes.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1f56cp6ckcalld5jchv0kxpjkwcsixd7smd0g7r8cg67ppx6m90x"))))
+         "0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-lift" ,ghc-th-lift)



reply via email to

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