summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:27:22 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:58 -0500
commit099dda5b558b213a7a592e8556b42c2a1cc92e36 (patch)
treecbf4067ec70842da18f6b7c156858673593898a0
parentf6bb651995c112de1ac0f72a577a67c45f809ee6 (diff)
downloadguix-099dda5b558b213a7a592e8556b42c2a1cc92e36.tar.gz
gnu: ghc-fixed: Update to 0.3.
* gnu/packages/haskell-xyz.scm (ghc-fixed): Update to 0.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c8d34c4d9f..019eaf8211 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3564,7 +3564,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)
@@ -3572,7 +3572,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")