[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/27: gnu: Add ghc-prettyclass
From: |
guix-commits |
Subject: |
20/27: gnu: Add ghc-prettyclass |
Date: |
Wed, 31 Jul 2019 12:23:32 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit 914c365fe10ae88c774398e37b92142d867dafb9
Author: Robert Vollmert <address@hidden>
Date: Mon Jul 15 10:49:20 2019 +0200
gnu: Add ghc-prettyclass
* gnu/packages/haskell-xyz.scm (ghc-prettyclass): New field.
---
gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 43d04b0..7763b94 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -195,3 +195,28 @@ primitives for I/O using streams.")
(description
"Low-level bindings to the zlib package.")
(license license:bsd-3)))
+
+(define-public ghc-prettyclass
+ (package
+ (name "ghc-prettyclass")
+ (version "1.0.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/prettyclass/prettyclass-";
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "11l9ajci7nh1r547hx8hgxrhq8mh5gdq30pdf845wvilg9p48dz5"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://hackage.haskell.org/package/prettyclass";)
+ (synopsis
+ "Pretty printing class similar to Show")
+ (description
+ "Pretty printing class similar to Show, based on the HughesPJ
+pretty printing library. Provides the pretty printing class and
+instances for the Prelude types.")
+ (license license:bsd-3)))
- 05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal., (continued)
- 05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal., guix-commits, 2019/07/31
- 11/27: gnu: Add ghc-http-streams, guix-commits, 2019/07/31
- 07/27: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/07/31
- 10/27: gnu: Add ghc-snap-server, guix-commits, 2019/07/31
- 15/27: gnu: Add ghc-language-glsl, guix-commits, 2019/07/31
- 25/27: gnu: ghc-libmpd-haskell: Skip tests., guix-commits, 2019/07/31
- 23/27: gnu: Remove ghc-regex-tdfa-rc (broken and unused), guix-commits, 2019/07/31
- 24/27: gnu: Remove ghc-haddock-test (broken and unused), guix-commits, 2019/07/31
- 14/27: gnu: Add ghc-openssl-streams, guix-commits, 2019/07/31
- 27/27: gnu: ghc-trifecta: Skip tests., guix-commits, 2019/07/31
- 20/27: gnu: Add ghc-prettyclass,
guix-commits <=
- 19/27: gnu: Add ghc-io-streams, guix-commits, 2019/07/31
- 22/27: gnu: Add ghc-concurrent-extra, guix-commits, 2019/07/31
- 17/27: gnu: Add ghc-io-streams-haproxy, guix-commits, 2019/07/31
- 08/27: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/07/31
- 09/27: gnu: Add ghc-snap-core, guix-commits, 2019/07/31
- 13/27: gnu: Add ghc-hsopenssl, guix-commits, 2019/07/31
- 12/27: gnu: Add ghc-http-common, guix-commits, 2019/07/31
- 16/27: gnu: Add ghc-readable, guix-commits, 2019/07/31
- 18/27: gnu: Add ghc-zlib-bindings, guix-commits, 2019/07/31
- 26/27: gnu: ghc-yaml: Skip tests., guix-commits, 2019/07/31