guix-commits
[Top][All Lists]
Advanced

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

62/249: gnu: ghc-th-lift-instances: Update to 0.1.14.


From: guix-commits
Subject: 62/249: gnu: ghc-th-lift-instances: Update to 0.1.14.
Date: Thu, 31 Oct 2019 23:49:28 -0400 (EDT)

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

commit 7b8ac6d19d6aad43a4943a4354674719792c7091
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 5cd8705..97219d9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10245,7 +10245,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)
@@ -10254,7 +10254,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]