gnu: ghc-sdl: Update to 0.6.7.0.

* gnu/packages/haskell.scm (ghc-sdl): Update to 0.6.7.0.
This commit is contained in:
Timothy Sample 2018-08-28 21:02:11 -04:00 committed by Ricardo Wurmus
parent e218220266
commit 30a8c0d81e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1349,7 +1349,7 @@ (define-public ghc-objectname
(define-public ghc-sdl (define-public ghc-sdl
(package (package
(name "ghc-sdl") (name "ghc-sdl")
(version "0.6.5.1") (version "0.6.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1359,7 +1359,7 @@ (define-public ghc-sdl
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sa3zx3vrs1gbinxx33zwq0x2bsf3i964bff7419p7vzidn36k46")))) "00y67v80a8l09i3k76z09lg25kw72ivl09nag8ckdlk4a0cfnzfq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("sdl" ,sdl))) `(("sdl" ,sdl)))