gnu: ghc-parsers: Update to 0.12.10.
* gnu/packages/haskell-xyz.scm (ghc-parsers): Update to 0.12.10.master
parent
35ee173ca0
commit
6818f970ac
|
@ -7449,7 +7449,7 @@ combinators.")
|
||||||
(define-public ghc-parsers
|
(define-public ghc-parsers
|
||||||
(package
|
(package
|
||||||
(name "ghc-parsers")
|
(name "ghc-parsers")
|
||||||
(version "0.12.9")
|
(version "0.12.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7459,7 +7459,7 @@ combinators.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r05sc1mcglk8w596kq9a1brfn9c2vll8lq16j07ln0vsz4jzrc1"))))
|
"0v0smxbzk1qpdfkfqqmrzd2dngv3vxba10mkjn9nfm6a309izf8p"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
|
(arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
|
||||||
; -package attoparsec-0.13.0.1"
|
; -package attoparsec-0.13.0.1"
|
||||||
|
|
Reference in New Issue