gnu: ghc-opengl: Update to 3.0.1.0.

* gnu/packages/haskell.scm (ghc-opengl): Update to 3.0.1.0.
master
Ricardo Wurmus 2018-02-13 00:20:38 +01:00
parent a36c03b2a9
commit aad2e837b0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1377,7 +1377,7 @@ basis for a nicer interface.")
(define-public ghc-opengl
(package
(name "ghc-opengl")
(version "2.12.0.1")
(version "3.0.1.0")
(source
(origin
(method url-fetch)
@ -1387,7 +1387,7 @@ basis for a nicer interface.")
".tar.gz"))
(sha256
(base32
"1mcfb167jl75qc2hgylh83vf2jqizvyvkvhhb72adi2crc3zqz4b"))))
"1nm2mzrn1h2nnfs9vl5p088hqpll7rdvcsyqsn8q641im9jhqp7l"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)