[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: ghc-haskell-lexer: Update to 1.0.2.
From: |
guix-commits |
Subject: |
09/09: gnu: ghc-haskell-lexer: Update to 1.0.2. |
Date: |
Mon, 22 Apr 2019 12:20:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 233eb6c8fe80fa75a471fd133b76a373de1bfded
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 22 18:08:18 2019 +0200
gnu: ghc-haskell-lexer: Update to 1.0.2.
* gnu/packages/haskell.scm (ghc-haskell-lexer): Update to 1.0.2.
---
gnu/packages/haskell.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3d269ce..4b4a4b5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2017 Peter Mikkelsen <address@hidden>
;;; Copyright © 2017, 2018 Alex Vong <address@hidden>
;;; Copyright © 2017 rsiddharth <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Tonton <address@hidden>
;;; Copyright © 2018, 2019 Timothy Sample <address@hidden>
;;; Copyright © 2018 Arun Isaac <address@hidden>
@@ -1335,7 +1335,7 @@ Happy works in a similar way to the yacc tool for C.")
(define-public ghc-haskell-lexer
(package
(name "ghc-haskell-lexer")
- (version "1.0.1")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
@@ -1343,8 +1343,7 @@ Happy works in a similar way to the yacc tool for C.")
"https://hackage.haskell.org/package/haskell-lexer/haskell-lexer-"
version ".tar.gz"))
(sha256
- (base32
- "0rj3r1pk88hh3sk3mj61whp8czz5kpxhbc78xlr04bxwqjrjmm6p"))))
+ (base32 "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq"))))
(build-system haskell-build-system)
(home-page "http://hackage.haskell.org/package/haskell-lexer")
(synopsis "Fully compliant Haskell 98 lexer")
- branch master updated (6dc4dce -> 233eb6c), guix-commits, 2019/04/22
- 08/09: gnu: python-redis: Update to 3.2.1., guix-commits, 2019/04/22
- 07/09: gnu: libabigail: Don't use NAME in source URI., guix-commits, 2019/04/22
- 06/09: gnu: libabigail: Update to 1.6., guix-commits, 2019/04/22
- 09/09: gnu: ghc-haskell-lexer: Update to 1.0.2.,
guix-commits <=
- 03/09: gnu: python-pyodbc: Update to 4.0.26., guix-commits, 2019/04/22
- 05/09: gnu: python-sqlalchemy: Update to 1.3.3., guix-commits, 2019/04/22
- 04/09: gnu: nsd: Update to 4.1.27., guix-commits, 2019/04/22
- 02/09: gnu: memcached: Update to 1.5.13., guix-commits, 2019/04/22
- 01/09: gnu: translate-shell: Update to 0.9.6.10., guix-commits, 2019/04/22