[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/257: gnu: ghc-alex: Update to 3.2.4.
From: |
Ricardo Wurmus |
Subject: |
63/257: gnu: ghc-alex: Update to 3.2.4. |
Date: |
Thu, 27 Sep 2018 15:46:59 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 2564834acc25c81d134a5d9561955b1050d024d2
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")
- 93/257: gnu: ghc-fingertree: Update to 0.1.4.1., (continued)
- 93/257: gnu: ghc-fingertree: Update to 0.1.4.1., Ricardo Wurmus, 2018/09/27
- 88/257: gnu: ghc-bytestring-handle: Allow newer base and QuickCheck., Ricardo Wurmus, 2018/09/27
- 87/257: gnu: ghc-x11: Update to 1.9., Ricardo Wurmus, 2018/09/27
- 86/257: gnu: ghc-test-framework-quickcheck2: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27
- 85/257: gnu: ghc-test-framework-hunit: Update Cabal file to r3., Ricardo Wurmus, 2018/09/27
- 83/257: gnu: ghc-vector-algorithms: Update to 0.7.0.4., Ricardo Wurmus, 2018/09/27
- 79/257: gnu: ghc-boxes: Update to 0.1.5., Ricardo Wurmus, 2018/09/27
- 67/257: gnu: ghc-haskell-src: Update to 1.0.3.0., Ricardo Wurmus, 2018/09/27
- 62/257: gnu: ghc-unix-time: Update to 0.3.8., Ricardo Wurmus, 2018/09/27
- 64/257: gnu: ghc-chasingbottoms: Update to 1.3.1.4., Ricardo Wurmus, 2018/09/27
- 63/257: gnu: ghc-alex: Update to 3.2.4.,
Ricardo Wurmus <=
- 58/257: gnu: ghc-parsec: Update to 3.1.13.0., Ricardo Wurmus, 2018/09/27
- 54/257: gnu: ghc-chell: Update to 0.4.0.2., Ricardo Wurmus, 2018/09/27
- 52/257: gnu: ghc-blaze-builder: Update to 0.4.1.0., Ricardo Wurmus, 2018/09/27
- 50/257: gnu: ghc-time-locale-compat: Update to 0.1.1.5., Ricardo Wurmus, 2018/09/27
- 48/257: gnu: ghc-text: Update to 1.2.3.0., Ricardo Wurmus, 2018/09/27
- 39/257: gnu: ghc-microlens-th: Update to 0.4.2.2., Ricardo Wurmus, 2018/09/27
- 80/257: gnu: ghc-juicypixels: Update to 3.2.9.5., Ricardo Wurmus, 2018/09/27
- 73/257: gnu: ghc-regex-tdfa: Update to 1.2.3.1., Ricardo Wurmus, 2018/09/27
- 72/257: gnu: ghc-multipart: Update to 0.1.3., Ricardo Wurmus, 2018/09/27
- 69/257: gnu: ghc-indents: Update to 0.5.0.0., Ricardo Wurmus, 2018/09/27