samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 0fa35d7acf74d22681806846351b583ade0dea69
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:27:38 2019 -0400
gnu: ghc-generic-deriving: Update to 1.12.4.
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving): Update to 1.12.4.
---
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 5682b59..b56f776 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3740,7 +3740,7 @@ specific Windows, Mac, and Linux file system event
notification.")
(define-public ghc-generic-deriving
(package
(name "ghc-generic-deriving")
- (version "1.12.2")
+ (version "1.12.4")
(source
(origin
(method url-fetch)
@@ -3750,7 +3750,7 @@ specific Windows, Mac, and Linux file system event
notification.")
".tar.gz"))
(sha256
(base32
- "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
+ "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))