[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/272: gnu: ghc-generic-deriving: Update to 1.12.2.
From: |
Ricardo Wurmus |
Subject: |
138/272: gnu: ghc-generic-deriving: Update to 1.12.2. |
Date: |
Mon, 1 Oct 2018 06:13:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b408c5a768345907f69772e42a75d7e4ecaa97c0
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:49:02 2018 -0400
gnu: ghc-generic-deriving: Update to 1.12.2.
* gnu/packages/haskell.scm (ghc-generic-deriving): Update to 1.12.2.
[inputs]: Add ghc-th-abstraction.
---
gnu/packages/haskell.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4ddd6dc..b942d2d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3190,7 +3190,7 @@ exceptions.")
(define-public ghc-generic-deriving
(package
(name "ghc-generic-deriving")
- (version "1.11.1")
+ (version "1.12.2")
(source
(origin
(method url-fetch)
@@ -3200,8 +3200,10 @@ exceptions.")
".tar.gz"))
(sha256
(base32
- "1sdh5hpcwvh3b6zvgfk3pr3hla8p88l82njnih880c0gk5zl53dk"))))
+ "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
(build-system haskell-build-system)
+ (inputs
+ `(("ghc-th-abstraction" ,ghc-th-abstraction)))
(native-inputs
`(("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover)))
- 96/272: gnu: ghc-async: Update to 2.2.1., (continued)
- 96/272: gnu: ghc-async: Update to 2.2.1., Ricardo Wurmus, 2018/10/01
- 84/272: gnu: ghc-test-framework: Update to 0.8.2.0., Ricardo Wurmus, 2018/10/01
- 98/272: gnu: ghc-crypto-api: Update to 0.13.3., Ricardo Wurmus, 2018/10/01
- 121/272: gnu: ghc-cookie: Update to 0.4.4., Ricardo Wurmus, 2018/10/01
- 123/272: gnu: ghc-cryptohash-sha1: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01
- 126/272: gnu: ghc-tar: Update to 0.5.1.0., Ricardo Wurmus, 2018/10/01
- 125/272: gnu: ghc-integer-logarithms: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 115/272: gnu: ghc-contravariant-extras: Update to 0.3.4., Ricardo Wurmus, 2018/10/01
- 135/272: gnu: ghc-base-orphans: Update to 0.7., Ricardo Wurmus, 2018/10/01
- 137/272: gnu: ghc-fgl: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 138/272: gnu: ghc-generic-deriving: Update to 1.12.2.,
Ricardo Wurmus <=
- 133/272: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/10/01
- 141/272: gnu: Add ghc-newtype-generics., Ricardo Wurmus, 2018/10/01
- 146/272: gnu: ghc-openglraw: Update to 3.3.1.0., Ricardo Wurmus, 2018/10/01
- 144/272: gnu: ghc-fgl-arbitrary: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 147/272: gnu: ghc-temporary: Update to 1.3., Ricardo Wurmus, 2018/10/01
- 143/272: gnu: ghc-doctest: Update to 0.16.0., Ricardo Wurmus, 2018/10/01
- 166/272: gnu: ghc-megaparsec: Update to 6.5.0., Ricardo Wurmus, 2018/10/01
- 155/272: gnu: ghc-mockery: Update to 0.3.5., Ricardo Wurmus, 2018/10/01
- 163/272: gnu: ghc-comonad: Update to 5.0.4., Ricardo Wurmus, 2018/10/01
- 161/272: gnu: ghc-attoparsec: Enable tests and allow newer QuickCheck., Ricardo Wurmus, 2018/10/01