me
/
guix
Archived
1
0
Fork 0

gnu: ghc-happy: Update to 1.19.9.

* gnu/packages/haskell.scm (ghc-happy): Update to 1.19.9.
master
Timothy Sample 2018-08-28 21:29:30 -04:00 committed by Ricardo Wurmus
parent 6b850af42d
commit a3aaf87a99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1096,7 +1096,7 @@ postfix notation. For more information on stack based languages, see
(define-public ghc-happy (define-public ghc-happy
(package (package
(name "ghc-happy") (name "ghc-happy")
(version "1.19.8") (version "1.19.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1106,7 +1106,7 @@ postfix notation. For more information on stack based languages, see
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"186ky3bly0i3cc56qk3r7j7pxh2108aackq4n2lli7jmbnb3kxsd")))) "138xpxdb7x62lpmgmb6b3v3vgdqqvqn4273jaap3mjmc2gla709y"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/happy") (home-page "https://hackage.haskell.org/package/happy")
(synopsis "Parser generator for Haskell") (synopsis "Parser generator for Haskell")