summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 23:58:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:39:37 +0100
commitf1c2aed7df194d37b6f201ae9beb7e71a6847dd2 (patch)
tree326b1f0f8c9ff5c48cd85f2a2b51b4cb25666f6b /gnu/packages
parenta5f89a633357e7e1da05a6d3300f24286865272c (diff)
downloadguix-patches-f1c2aed7df194d37b6f201ae9beb7e71a6847dd2.tar
guix-patches-f1c2aed7df194d37b6f201ae9beb7e71a6847dd2.tar.gz
gnu: ghc-half: Update to 0.2.2.3.
* gnu/packages/haskell.scm (ghc-half): Update to 0.2.2.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1b07556e63..cd0edbe229 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1100,17 +1100,16 @@ PNG, PNM, TGA, TIFF, XCF, XPM, XV.")
(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")