[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/290: gnu: ghc-happy: Update to 1.19.12.
From: |
guix-commits |
Subject: |
05/290: gnu: ghc-happy: Update to 1.19.12. |
Date: |
Wed, 6 Nov 2019 08:22:14 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5de98ea4c17a91feea6da83117c7e429db210987
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 00:38:48 2019 -0400
gnu: ghc-happy: Update to 1.19.12.
* gnu/packages/haskell-xyz.scm (ghc-happy): Update to 1.19.12.
---
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 0bec20c..606dad0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4298,7 +4298,7 @@ computation library for Haskell.")
(define-public ghc-happy
(package
(name "ghc-happy")
- (version "1.19.9")
+ (version "1.19.12")
(source
(origin
(method url-fetch)
@@ -4308,7 +4308,7 @@ computation library for Haskell.")
".tar.gz"))
(sha256
(base32
- "138xpxdb7x62lpmgmb6b3v3vgdqqvqn4273jaap3mjmc2gla709y"))))
+ "03xlmq6qmdx4zvzw8bp33kd9g7yvcq5cz4wg50xilw812kj276pv"))))
(build-system haskell-build-system)
(arguments
`(#:phases
- branch wip-haskell-updates created (now 1f689c2), guix-commits, 2019/11/06
- 02/290: gnu: cabal-doctest: Update to 1.0.8., guix-commits, 2019/11/06
- 04/290: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0., guix-commits, 2019/11/06
- 05/290: gnu: ghc-happy: Update to 1.19.12.,
guix-commits <=
- 01/290: gnu: Use GHC 8.6.5 as the main Haskell compiler., guix-commits, 2019/11/06
- 03/290: gnu: ghc-data-accessor: Update to 0.2.2.8., guix-commits, 2019/11/06
- 11/290: gnu: ghc-parser-combinators: Update to 1.1.0., guix-commits, 2019/11/06
- 10/290: gnu: ghc-polyparse: Update to 1.12.1., guix-commits, 2019/11/06
- 13/290: gnu: ghc-unliftio-core: Update to 0.1.2.0., guix-commits, 2019/11/06
- 16/290: gnu: ghc-silently: Update to 1.2.5.1., guix-commits, 2019/11/06
- 06/290: gnu: ghc-file-embed: Update to 0.0.11., guix-commits, 2019/11/06
- 07/290: gnu: ghc-unix-compat: Update to 0.5.2., guix-commits, 2019/11/06
- 08/290: gnu: ghc-th-abstraction: Update to 0.3.1.0., guix-commits, 2019/11/06
- 09/290: gnu: ghc-microlens: Update to 0.4.10., guix-commits, 2019/11/06