summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:55:25 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:03 -0500
commit8c766600bd47602dc0791a5805d9b3980970d949 (patch)
tree56e7c28264accf4d7f4c1d846cfb29f5caff567d
parent197ddf33ac5ddfaff1111e9ee93f2e735fea4f86 (diff)
downloadguix-patches-8c766600bd47602dc0791a5805d9b3980970d949.tar
guix-patches-8c766600bd47602dc0791a5805d9b3980970d949.tar.gz
gnu: ghc-th-expand-syns: Update to 0.4.5.0.
* gnu/packages/haskell-xyz.scm (ghc-th-expand-syns): Update to 0.4.5.0.
-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 9318b403d4..44a1abd05c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10306,7 +10306,7 @@ Template Haskell.")
(define-public ghc-th-expand-syns
(package
(name "ghc-th-expand-syns")
- (version "0.4.4.0")
+ (version "0.4.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -10314,7 +10314,7 @@ Template Haskell.")
version ".tar.gz"))
(sha256
(base32
- "01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
+ "1p4wfyycan8zsp9wi7npx36qwbfsbcgdyxi3ii51scf69dkrx42y"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)))