summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:27:42 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:58 -0500
commitbd76b20a331833ccebc811530d1e1090536a0e1d (patch)
treec3996609b202a1971bbd8aff5ec8424cc3f340a8
parent099dda5b558b213a7a592e8556b42c2a1cc92e36 (diff)
downloadguix-patches-bd76b20a331833ccebc811530d1e1090536a0e1d.tar
guix-patches-bd76b20a331833ccebc811530d1e1090536a0e1d.tar.gz
gnu: ghc-th-lift: Update to 0.8.0.1.
* gnu/packages/haskell-xyz.scm (ghc-th-lift): Update to 0.8.0.1.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 019eaf8211..a15c283151 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10264,14 +10264,14 @@ Template Haskell.")
(define-public ghc-th-lift
(package
(name "ghc-th-lift")
- (version "0.7.11")
+ (version "0.8.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-lift/th-lift-" version ".tar.gz"))
(sha256
(base32
- "131360zxb0hazbqwbkk6ab2p77jkxr79bwwm618mrwrwkm3x2g6m"))))
+ "1a6qlbdg15cfr5rvl9g3blgwx4v1p0xic0pzv13zx165xbc36ld0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))