[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/272: gnu: ghc-alex: Update to 3.2.4.
From: |
Ricardo Wurmus |
Subject: |
63/272: gnu: ghc-alex: Update to 3.2.4. |
Date: |
Mon, 1 Oct 2018 06:13:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7de7ec7d45e46232771be423b8e575383f154642
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 22:19:15 2018 -0400
gnu: ghc-alex: Update to 3.2.4.
* gnu/packages/haskell.scm (ghc-alex): Update to 3.2.4.
[arguments]: Add a phase to set environment variables for tests.
[native-inputs]: Add which.
---
gnu/packages/haskell.scm | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b344165..f1c3580 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -994,7 +994,7 @@ package are to parse or generate Haskell 98 code.")
(define-public ghc-alex
(package
(name "ghc-alex")
- (version "3.2.3")
+ (version "3.2.4")
(source
(origin
(method url-fetch)
@@ -1004,9 +1004,20 @@ package are to parse or generate Haskell 98 code.")
".tar.gz"))
(sha256
(base32
- "0bi1cs9b8ir33h1fl6x2xw4ymygapqbr713ridpf7rmk2wa7jqqs"))))
+ "0cpjixgsr0b2x4s6hz4aa6gnmjw9i7xd9nlfi8m37zqlidq4v3nm"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'set-check-variables
+ (lambda _
+ (setenv "PATH" (string-append (getcwd) "/dist/build/alex:"
+ (getenv "PATH")))
+ (setenv "alex_datadir" (string-append (getcwd) "/data"))
+ #t)))))
(inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
+ (native-inputs
+ `(("which" ,which)))
(home-page "https://www.haskell.org/alex/")
(synopsis
"Tool for generating lexical analysers in Haskell")
- 95/272: gnu: ghc-sha: Update to 1.6.4.4., (continued)
- 95/272: gnu: ghc-sha: Update to 1.6.4.4., Ricardo Wurmus, 2018/10/01
- 107/272: gnu: ghc-chunked-data: Update to 0.3.1., Ricardo Wurmus, 2018/10/01
- 94/272: gnu: ghc-hashable: Update to 1.2.7.0., Ricardo Wurmus, 2018/10/01
- 82/272: gnu: ghc-th-reify-many: Update to 0.1.8., Ricardo Wurmus, 2018/10/01
- 79/272: gnu: ghc-boxes: Update to 0.1.5., Ricardo Wurmus, 2018/10/01
- 105/272: gnu: ghc-hinotify: Update to 0.3.10., Ricardo Wurmus, 2018/10/01
- 106/272: gnu: ghc-semigroups: Update to 0.18.5., Ricardo Wurmus, 2018/10/01
- 110/272: gnu: ghc-void: Update to 0.7.2., Ricardo Wurmus, 2018/10/01
- 109/272: gnu: ghc-hmatrix: Update to 0.19.0.0., Ricardo Wurmus, 2018/10/01
- 62/272: gnu: ghc-unix-time: Update to 0.3.8., Ricardo Wurmus, 2018/10/01
- 63/272: gnu: ghc-alex: Update to 3.2.4.,
Ricardo Wurmus <=
- 81/272: gnu: ghc-language-c: Update to 0.8.1., Ricardo Wurmus, 2018/10/01
- 89/272: gnu: ghc-cereal: Update to 0.5.7.0., Ricardo Wurmus, 2018/10/01
- 87/272: gnu: ghc-x11: Update to 1.9., Ricardo Wurmus, 2018/10/01
- 75/272: gnu: ghc-split: Update to 0.2.3.3., Ricardo Wurmus, 2018/10/01
- 65/272: gnu: ghc-chell-quickcheck: Allow newer QuickCheck., Ricardo Wurmus, 2018/10/01
- 99/272: gnu: ghc-errors: Update to 2.3.0., Ricardo Wurmus, 2018/10/01
- 104/272: gnu: ghc-unordered-containers: Update to 0.2.9.0., Ricardo Wurmus, 2018/10/01
- 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