samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit b9af20a2b40e76cdb0d20f02dd480d0debfbc102
Author: Timothy Sample <[email protected]>
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 b431d6f..775b65f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10314,7 +10314,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)
@@ -10323,7 +10323,7 @@ datatypes.")
version ".tar.gz"))
(sha256
(base32
- "1f56cp6ckcalld5jchv0kxpjkwcsixd7smd0g7r8cg67ppx6m90x"))))
+ "0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-lift" ,ghc-th-lift)