[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36663] [PATCH 08/14] gnu: Add ghc-readable
From: |
Robert Vollmert |
Subject: |
[bug#36663] [PATCH 08/14] gnu: Add ghc-readable |
Date: |
Mon, 15 Jul 2019 13:14:06 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-readable): New field.
---
gnu/packages/haskell-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9cfab15381..f845883589 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -57,3 +57,26 @@
"The package language-glsl is a Haskell library for the representation,
the parsing, and the pretty-printing of GLSL 1.50 code.")
(license license:bsd-3)))
+
+(define-public ghc-readable
+ (package
+ (name "ghc-readable")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/readable/readable-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1ja39cg26wy2fs00gi12x7iq5k8i366pbqi3p916skfa5jnkfc3h"))))
+ (build-system haskell-build-system)
+ (home-page
+ "https://github.com/mightybyte/readable")
+ (synopsis "Reading from Text and ByteString")
+ (description
+ "Provides a Readable type class for reading data types from ByteString
+and Text. Also includes efficient implementations for common data types.")
+ (license license:bsd-3)))
--
2.20.1 (Apple Git-117)
- [bug#36663] [PATCH 06/14] gnu: Add ghc-openssl-streams, (continued)
- [bug#36663] [PATCH 06/14] gnu: Add ghc-openssl-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 05/14] gnu: Add ghc-hsopenssl, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 04/14] gnu: Add ghc-http-common, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 09/14] gnu: Add ghc-io-streams-haproxy, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 03/14] gnu: Add ghc-http-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 07/14] gnu: Add ghc-language-glsl, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 11/14] gnu: Add ghc-io-streams, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 10/14] gnu: Add ghc-zlib-bindings, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 12/14] gnu: Add ghc-prettyclass, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 13/14] gnu: Add ghc-threads, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 08/14] gnu: Add ghc-readable,
Robert Vollmert <=
- [bug#36663] [PATCH 14/14] gnu: Add ghc-concurrent-extra, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 01/14 v2] gnu: Add ghc-snap-core, Robert Vollmert, 2019/07/15
- [bug#36663] [PATCH 05/14 v2] gnu: Add ghc-hsopenssl, Robert Vollmert, 2019/07/15