[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: ghc-aeson-qq: Update to 0.8.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/07: gnu: ghc-aeson-qq: Update to 0.8.2. |
Date: |
Fri, 1 Dec 2017 10:10:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1a1cf03f2488232a3f3bf6d543b512c5efc80c9f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 30 14:33:36 2017 +0100
gnu: ghc-aeson-qq: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
---
gnu/packages/haskell-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 7a786bf..bbbbfba 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2015 Federico Beffa <address@hidden>
;;; Copyright © 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2017 rsiddharth <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -791,14 +792,14 @@ essentially the opposite of pretty-printing.")
(define-public ghc-aeson-qq
(package
(name "ghc-aeson-qq")
- (version "0.8.1")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"aeson-qq/aeson-qq-" version ".tar.gz"))
(sha256
(base32
- "1z8kh3qjc4khadz1ijdqm7fbk7dh17sisqhpwd3c9aibj2927k9d"))))
+ "0ln13jqyfh5726hdrk1rad9a6cgrrj201plmwcfcpvq18v4m5ckd"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-compat" ,ghc-base-compat)
- branch master updated (c7ffbfe -> b59a8fd), Tobias Geerinckx-Rice, 2017/12/01
- 02/07: gnu: ghc-aeson-qq: Update to 0.8.2.,
Tobias Geerinckx-Rice <=
- 05/07: gnu: ghc-asn1-types: Update to 0.3.2., Tobias Geerinckx-Rice, 2017/12/01
- 06/07: gnu: ghc-blaze-builder: Update to 0.4.0.2., Tobias Geerinckx-Rice, 2017/12/01
- 04/07: gnu: ghc-asn1-encoding: Update to 0.9.5., Tobias Geerinckx-Rice, 2017/12/01
- 07/07: gnu: Add mtr., Tobias Geerinckx-Rice, 2017/12/01
- 03/07: gnu: ghc-array: Update to 0.5.2.0., Tobias Geerinckx-Rice, 2017/12/01
- 01/07: gnu: java: Fix several synopses & descriptions., Tobias Geerinckx-Rice, 2017/12/01