gnu: ghc-half: Update to 0.3.
* gnu/packages/haskell.scm (ghc-half): Update to 0.3. [native-inputs]: Add ghc-hspec and ghc-quickcheck.
This commit is contained in:
parent
b408c5a768
commit
16b4b6d1b9
|
@ -1447,7 +1447,7 @@ PNG, PNM, TGA, TIFF, XCF, XPM, XV.")
|
||||||
(define-public ghc-half
|
(define-public ghc-half
|
||||||
(package
|
(package
|
||||||
(name "ghc-half")
|
(name "ghc-half")
|
||||||
(version "0.2.2.3")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1456,8 +1456,11 @@ PNG, PNM, TGA, TIFF, XCF, XPM, XV.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p4sb7vv9cljv48wlx65wgdnkryrk5d6yfh7g4yrm20w1p449hl5"))))
|
"14r0nx8hm5fic9gz0ybjjw4kyc758zfgvhhwvzsshpx5caq6zch6"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
|
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
(home-page "https://github.com/ekmett/half")
|
(home-page "https://github.com/ekmett/half")
|
||||||
(synopsis "Half-precision floating-point computations")
|
(synopsis "Half-precision floating-point computations")
|
||||||
(description "This library provides a half-precision floating-point
|
(description "This library provides a half-precision floating-point
|
||||||
|
|
Loading…
Reference in New Issue