samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9fb431f73970ebcdca0dc579bd53b9ea9d1f4771
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 01:27:22 2019 -0400
gnu: ghc-fixed: Update to 0.3.
* gnu/packages/haskell-xyz.scm (ghc-fixed): Update to 0.3.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6962814..75146d3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3563,7 +3563,7 @@ simple general-purpose data structure\".")
(define-public ghc-fixed
(package
(name "ghc-fixed")
- (version "0.2.1.1")
+ (version "0.3")
(source
(origin
(method url-fetch)
@@ -3571,7 +3571,7 @@ simple general-purpose data structure\".")
version ".tar.gz"))
(sha256
(base32
- "1qhmwx8iqshns0crmr9d2f8hm65jxbcp3dvv0c39v34ra7if3a94"))))
+ "10l2sh179xarb774q92cff2gkb20rsrlilfwp1fk61rzmz9yn64j"))))
(build-system haskell-build-system)
(home-page "https://github.com/ekmett/fixed")
(synopsis "Signed 15.16 precision fixed point arithmetic")