guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 60/328: gnu: ghc-th-lift-instances: Update to 0.1.14.
Date: Sat, 16 Nov 2019 19:32:22 -0500 (EST)

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

commit 217cc59d2918be69808ce18d939a5bc419bc1e2d
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]