lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.
commit b82ae039b3059e1ff1939193b135ad85593c3aa6
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Oct 25 14:28:42 2021 +0200
gnu: ghc-mysql: Update to 0.2.1.
* gnu/packages/haskell-xyz.scm (ghc-mysql): Update to 0.2.1.
---
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 bf09a0d..c6644a7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16157,7 +16157,7 @@ Haskell newer than 2.8.")
(define-public ghc-mysql
(package
(name "ghc-mysql")
- (version "0.2.0.1")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
@@ -16166,7 +16166,7 @@ Haskell newer than 2.8.")
version
".tar.gz"))
(sha256
- (base32 "16m8hv9yy2nf4jwgqg6n9z53n2pzskbc3gwbp2i3kgff8wsmf8sd"))))
+ (base32 "051w428arxbix06a52dacqjpnkfx42zbazxsd3l9d857dsd0kl3g"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; TODO: Fails to connect to server.
(inputs