mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: ghc-parsers: Update to 0.12.4.
* gnu/packages/haskell.scm (ghc-parsers): Update to 0.12.4.
This commit is contained in:
parent
eff94e6bdc
commit
fef57b7363
1 changed files with 2 additions and 2 deletions
|
@ -2412,7 +2412,7 @@ (define-public ghc-regex-tdfa-rc
|
|||
(define-public ghc-parsers
|
||||
(package
|
||||
(name "ghc-parsers")
|
||||
(version "0.12.3")
|
||||
(version "0.12.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2422,7 +2422,7 @@ (define-public ghc-parsers
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18wzmp8y3py4qa8hdsxqm0jfzmwy744dw7xa48r5s8ynhpimi462"))))
|
||||
"07najh7f9y3ahh42z96sw4hnd0kc4x3wm0xlf739y0gh81ys5097"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
|
||||
; -package attoparsec-0.13.0.1"
|
||||
|
|
Loading…
Reference in a new issue