diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/haskell.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b8674e55827..05031f240e2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -825,6 +825,27 @@ HTML through @code{Text.HTML.SanitizeXSS.sanitizeXSS} to prevent XSS | |||
| 825 | attacks.") | 825 | attacks.") |
| 826 | (license bsd-3))) | 826 | (license bsd-3))) |
| 827 | 827 | ||
| 828 | (define-public ghc-half | ||
| 829 | (package | ||
| 830 | (name "ghc-half") | ||
| 831 | (version "0.2.2.1") | ||
| 832 | (source | ||
| 833 | (origin | ||
| 834 | (method url-fetch) | ||
| 835 | (uri (string-append | ||
| 836 | "http://hackage.haskell.org/package/half/half-" | ||
| 837 | version | ||
| 838 | ".tar.gz")) | ||
| 839 | (sha256 | ||
| 840 | (base32 | ||
| 841 | "0zhwc6ps5w4ccnxl8sy623z4rjsafmnry69jpkw4hrbq11l402f1")))) | ||
| 842 | (build-system haskell-build-system) | ||
| 843 | (home-page "http://github.com/ekmett/half") | ||
| 844 | (synopsis "Half-precision floating-point computations") | ||
| 845 | (description "This library provides a half-precision floating-point | ||
| 846 | computation library for Haskell.") | ||
| 847 | (license bsd-3))) | ||
| 848 | |||
| 828 | (define-public ghc-streaming-commons | 849 | (define-public ghc-streaming-commons |
| 829 | (package | 850 | (package |
| 830 | (name "ghc-streaming-commons") | 851 | (name "ghc-streaming-commons") |
