[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/45: gnu: ghc-aeson-qq: Update to 0.8.4.
From: |
guix-commits |
Subject: |
10/45: gnu: ghc-aeson-qq: Update to 0.8.4. |
Date: |
Tue, 2 Nov 2021 05:07:48 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 560d423bdbc800c39b8209e88d5a73be4b5fa751
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:34 2021 +0200
gnu: ghc-aeson-qq: Update to 0.8.4.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.4.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 320fd11..6a6389d 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1088,14 +1088,14 @@ essentially the opposite of pretty-printing.")
(define-public ghc-aeson-qq
(package
(name "ghc-aeson-qq")
- (version "0.8.3")
+ (version "0.8.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"aeson-qq/aeson-qq-" version ".tar.gz"))
(sha256
(base32
- "10plwzz05qc8068av00jak8rcciw99cbxh3lkx522lmzi37jjccg"))))
+ "0dpklq2xdhrkg1rdc7zfdjnzm6c3qxx2i1xskrqdxpqi84ffnlyh"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-compat" ,ghc-base-compat)
- branch master updated (1865860 -> 5e8b18d), guix-commits, 2021/11/02
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., guix-commits, 2021/11/02
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/11/02
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4.,
guix-commits <=
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7., guix-commits, 2021/11/02
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02