[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/177: gnu: Add ghc-fixed.
From: |
Ricardo Wurmus |
Subject: |
122/177: gnu: Add ghc-fixed. |
Date: |
Tue, 13 Feb 2018 07:38:22 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0ffea6f2794c04123e4685933a7562a33fd9ad8a
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 00:18:41 2018 +0100
gnu: Add ghc-fixed.
* gnu/packages/haskell.scm (ghc-fixed): New variable.
---
gnu/packages/haskell.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9915b2f..02d4033 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1270,6 +1270,26 @@ PNG, PNM, TGA, TIFF, XCF, XPM, XV.")
computation library for Haskell.")
(license license:bsd-3)))
+(define-public ghc-fixed
+ (package
+ (name "ghc-fixed")
+ (version "0.2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/fixed/fixed-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1qhmwx8iqshns0crmr9d2f8hm65jxbcp3dvv0c39v34ra7if3a94"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/ekmett/fixed")
+ (synopsis "Signed 15.16 precision fixed point arithmetic")
+ (description
+ "This package provides functions for signed 15.16 precision fixed point
+arithmetic.")
+ (license license:bsd-3)))
+
(define-public ghc-openglraw
(package
(name "ghc-openglraw")
- 111/177: gnu: ghc-xss-sanitize: Update to 0.3.5.7., (continued)
- 111/177: gnu: ghc-xss-sanitize: Update to 0.3.5.7., Ricardo Wurmus, 2018/02/13
- 113/177: gnu: ghc-blaze-html: Update to 0.8.1.2., Ricardo Wurmus, 2018/02/13
- 115/177: gnu: ghc-aeson-pretty: Update to 0.8.2., Ricardo Wurmus, 2018/02/13
- 117/177: gnu: ghc-x509: Update to 1.6.4., Ricardo Wurmus, 2018/02/13
- 118/177: gnu: ghc-x509-store: Update to 1.6.2., Ricardo Wurmus, 2018/02/13
- 116/177: gnu: ghc-cryptonite: Update to 0.20., Ricardo Wurmus, 2018/02/13
- 121/177: gnu: ghc-openglraw: Update to 3.2.7.0., Ricardo Wurmus, 2018/02/13
- 125/177: gnu: ghc-opengl: Update to 3.0.1.0., Ricardo Wurmus, 2018/02/13
- 124/177: gnu: ghc-gluraw: Update to 2.0.0.2., Ricardo Wurmus, 2018/02/13
- 123/177: gnu: ghc-glut: Update to 2.7.0.10., Ricardo Wurmus, 2018/02/13
- 122/177: gnu: Add ghc-fixed.,
Ricardo Wurmus <=
- 129/177: gnu: ghc-tagsoup: Update to 0.14.3., Ricardo Wurmus, 2018/02/13
- 133/177: gnu: ghc-hslua: Update to 0.9.5., Ricardo Wurmus, 2018/02/13
- 130/177: gnu: Add ghc-cmark-gfm., Ricardo Wurmus, 2018/02/13
- 134/177: gnu: Add ghc-hslua-module-text., Ricardo Wurmus, 2018/02/13
- 119/177: gnu: ghc-x509-validation: Update to 1.6.5., Ricardo Wurmus, 2018/02/13
- 137/177: gnu: ghc-blaze-html: Update to 0.9.0.1., Ricardo Wurmus, 2018/02/13
- 171/177: gnu: darcs: Update to 2.12.5., Ricardo Wurmus, 2018/02/13
- 175/177: gnu: Add ghc-text-binary., Ricardo Wurmus, 2018/02/13
- 164/177: gnu: ghc-process: Update to 1.6.3.0., Ricardo Wurmus, 2018/02/13
- 154/177: gnu: ghc-socks: Update to 0.5.5., Ricardo Wurmus, 2018/02/13