mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: ghc-fixed: Update to 0.3.
* gnu/packages/haskell-xyz.scm (ghc-fixed): Update to 0.3.
This commit is contained in:
parent
f6bb651995
commit
099dda5b55
1 changed files with 2 additions and 2 deletions
|
@ -3564,7 +3564,7 @@ (define-public ghc-fingertree
|
||||||
(define-public ghc-fixed
|
(define-public ghc-fixed
|
||||||
(package
|
(package
|
||||||
(name "ghc-fixed")
|
(name "ghc-fixed")
|
||||||
(version "0.2.1.1")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3572,7 +3572,7 @@ (define-public ghc-fixed
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qhmwx8iqshns0crmr9d2f8hm65jxbcp3dvv0c39v34ra7if3a94"))))
|
"10l2sh179xarb774q92cff2gkb20rsrlilfwp1fk61rzmz9yn64j"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/ekmett/fixed")
|
(home-page "https://github.com/ekmett/fixed")
|
||||||
(synopsis "Signed 15.16 precision fixed point arithmetic")
|
(synopsis "Signed 15.16 precision fixed point arithmetic")
|
||||||
|
|
Loading…
Reference in a new issue