gnu: ghc-half: Update to 0.2.2.3.

* gnu/packages/haskell.scm (ghc-half): Update to 0.2.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-02 23:58:42 +01:00
parent a5f89a6333
commit f1c2aed7df
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1100,17 +1100,16 @@ (define-public ghc-sdl-image
(define-public ghc-half
(package
(name "ghc-half")
(version "0.2.2.1")
(version "0.2.2.3")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/half/half-"
version
".tar.gz"))
version ".tar.gz"))
(sha256
(base32
"0zhwc6ps5w4ccnxl8sy623z4rjsafmnry69jpkw4hrbq11l402f1"))))
"0p4sb7vv9cljv48wlx65wgdnkryrk5d6yfh7g4yrm20w1p449hl5"))))
(build-system haskell-build-system)
(home-page "https://github.com/ekmett/half")
(synopsis "Half-precision floating-point computations")