[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27367] [PATCH 04/15] gnu: Add ghc-hex.
From: |
rsiddharth |
Subject: |
[bug#27367] [PATCH 04/15] gnu: Add ghc-hex. |
Date: |
Thu, 15 Jun 2017 01:23:49 +0000 |
* gnu/packages/haskell.scm (ghc-hex): 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 e9585d00f..9ab889f36 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8398,4 +8398,24 @@ Date in Haskell.")
are the bottleneck of web servers.")
(license license:bsd-3)))
+(define-public ghc-hex
+ (package
+ (name "ghc-hex")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "hex-" version "/"
+ "hex-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1v31xiaivrrn0q2jz8919wvkjplv1kxna5ajhsj701fqxm1i5vhj"))))
+ (build-system haskell-build-system)
+ (home-page "http://hackage.haskell.org/package/hex")
+ (synopsis "Convert strings into hexadecimal and back")
+ (description "This package provides conversion functions between
+bytestrings and their hexademical representation.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
--
2.11.0
- [bug#27367] [PATCH 02/15] gnu: Add ghc-http-date., (continued)
- [bug#27367] [PATCH 02/15] gnu: Add ghc-http-date., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 08/15] gnu: ghc-auto-update: Update to 0.1.4., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 03/15] gnu: Add ghc-simple-sendfile, rsiddharth, 2017/06/15
- [bug#27367] [PATCH 11/15] gnu: Add ghc-warp., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 13/15] gnu: ghc-http-client: Update to 0.5.6.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 05/15] gnu: Add ghc-psqueues., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 09/15] gnu: ghc-wai: Update to 3.2.1.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 10/15] gnu: ghc-wai-extra: Update to 3.0.13.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 14/15] gnu: ghc-http-client-tls: Update to 0.3.4.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 06/15] gnu: Add ghc-glob., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 04/15] gnu: Add ghc-hex.,
rsiddharth <=
- [bug#27367] [PATCH 07/15] gnu: Add ghc-http2., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit., Ludovic Courtès, 2017/06/16