[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/154: gnu: Add ghc-silently.
From: |
Paul |
Subject: |
28/154: gnu: Add ghc-silently. |
Date: |
Thu, 22 Oct 2015 20:22:44 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 843ebd766a22ae235e77f9ffedd357ca2d28c5f1
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 20:58:17 2015 +0200
gnu: Add ghc-silently.
* gnu/packages/haskell.scm (ghc-silently): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8dd09ba..32a8663 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -989,6 +989,30 @@ that you can use them without linking against Cabal or
depending on it being
installed.")
(license bsd-3)))
+(define-public ghc-silently
+ (package
+ (name "ghc-silently")
+ (version "1.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/silently/silently-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0f9qm3f7y0hpxn6mddhhg51mm1r134qkvd2kr8r6192ka1ijbxnf"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ;; circular dependency with nanospec
+ ;; (inputs
+ ;; `(("ghc-temporary" ,ghc-temporary)))
+ (home-page "https://github.com/hspec/silently")
+ (synopsis "Prevent writing to stdout")
+ (description "This package provides functions to prevent or capture
+writing to stdout and other handles.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- 10/154: gnu: ghc-text: Update to 1.2.1.3., (continued)
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 18/154: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/22
- 19/154: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22
- 15/154: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 16/154: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/22
- 14/154: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/22
- 21/154: gnu: Add ghc-async., Paul, 2015/10/22
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/22
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 28/154: gnu: Add ghc-silently.,
Paul <=
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 26/154: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 25/154: gnu: Add ghc-transformers-compat., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 36/154: gnu: Add ghc-safe., Paul, 2015/10/22
- 35/154: gnu: Add ghc-appar., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22