gnu: ghc-alex: Update to 3.2.3.

* gnu/packages/haskell.scm (ghc-alex): Update to 3.2.3.
[arguments]: Run tests.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-30 14:49:10 +01:00
parent 7e95d0fda7
commit 8301d739fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -772,7 +772,7 @@ (define-public ghc-haskell-src
(define-public ghc-alex
(package
(name "ghc-alex")
(version "3.1.4")
(version "3.2.3")
(source
(origin
(method url-fetch)
@ -782,11 +782,8 @@ (define-public ghc-alex
".tar.gz"))
(sha256
(base32
"17x13nbbr79xgdlzywjqw19vcl6iygjnssjnxnajgijkv764wknn"))))
"0bi1cs9b8ir33h1fl6x2xw4ymygapqbr713ridpf7rmk2wa7jqqs"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests broken for GHC 7.10. Fixed
; upstream, see
; <https://github.com/simonmar/alex/issues/62>
(inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://www.haskell.org/alex/")
(synopsis