summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:59:32 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:04 -0500
commitd3db399e3ec504202b5297f8181c8572a063b921 (patch)
tree1c8ec38864af031d1f849a69e1a045b2d25caf67 /gnu/packages
parent4e1cf65115c9bfda397d59189d09a589739e8dfb (diff)
downloadguix-patches-d3db399e3ec504202b5297f8181c8572a063b921.tar
guix-patches-d3db399e3ec504202b5297f8181c8572a063b921.tar.gz
gnu: ghc-th-lift-instances: Update to 0.1.14.
* gnu/packages/haskell-xyz.scm (ghc-th-lift-instances): Update to 0.1.14.
Diffstat (limited to 'gnu/packages')
-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 a2c6f52d26..2f74043aed 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)