[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/27: gnu: Add ghc-readable.
From: |
guix-commits |
Subject: |
21/27: gnu: Add ghc-readable. |
Date: |
Thu, 1 Aug 2019 12:07:13 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit fa1c656b67c34fb57f81e3969826b15dc33115b2
Author: Robert Vollmert <address@hidden>
Date: Mon Jul 15 10:45:46 2019 +0200
gnu: Add ghc-readable.
* gnu/packages/haskell-xyz.scm (ghc-readable): New package.
---
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 9cfab15..f845883 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)))
- 15/27: gnu: Add ghc-snap-server., (continued)
- 15/27: gnu: Add ghc-snap-server., guix-commits, 2019/08/01
- 11/27: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/01
- 16/27: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 19/27: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01
- 18/27: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/01
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 27/27: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 25/27: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01
- 22/27: gnu: Add ghc-io-streams-haproxy., guix-commits, 2019/08/01
- 20/27: gnu: Add ghc-language-glsl., guix-commits, 2019/08/01
- 21/27: gnu: Add ghc-readable.,
guix-commits <=
- 04/27: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", guix-commits, 2019/08/01
- 08/27: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/01
- 10/27: gnu: Remove ghc-haddock-test., guix-commits, 2019/08/01
- 14/27: gnu: Add ghc-snap-core., guix-commits, 2019/08/01
- 13/27: gnu: ghc-trifecta: Disable tests., guix-commits, 2019/08/01
- 17/27: gnu: Add ghc-http-common., guix-commits, 2019/08/01
- 23/27: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/01
- 24/27: gnu: Add ghc-io-streams., guix-commits, 2019/08/01
- 26/27: gnu: Add ghc-threads., guix-commits, 2019/08/01