[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: Add ghc-hspec-discover."
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: Add ghc-hspec-discover." |
Date: |
Sun, 09 Feb 2020 11:29:19 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5cd9a41 Revert "gnu: Add ghc-hspec-discover."
5cd9a41 is described below
commit 5cd9a4103e74fb1eb73114d84786d9c08379f22b
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Feb 9 17:28:51 2020 +0100
Revert "gnu: Add ghc-hspec-discover."
This reverts commit a60448edcc85faa8b3cd4bd3ae8a336c842aad4d.
The package already exists, as "hspec-discover".
---
gnu/packages/haskell-check.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 0dae620..c6e8946 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -11,7 +11,6 @@
;;; Copyright © 2018 Tonton <address@hidden>
;;; Copyright © 2018 Arun Isaac <address@hidden>
;;; Copyright © 2019 Timothy Sample <address@hidden>
-;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -773,29 +772,6 @@ Haskell, inspired by the Ruby library RSpec.")
"This package provides contributed Hspec extensions.")
(license license:expat)))
-(define-public ghc-hspec-discover
- (package
- (name "ghc-hspec-discover")
- (version "2.7.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/hspec-discover/"
- "hspec-discover-" version ".tar.gz"))
- (sha256
- (base32 "0r47fm94wa6qrhp8cc1zzkjrxc32rnagfn9m9ga4dm6p6ydw4c8b"))))
- (build-system haskell-build-system)
- (native-inputs
- `(("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-hspec-meta" ,ghc-hspec-meta)))
- (home-page "http://hspec.github.io/")
- (synopsis "Automatically discover and run Hspec tests")
- (description
- "Automatically discover and run Hspec tests. See
-@url{http://hspec.github.io/hspec-discover.html}.")
- (license license:expat)))
-
(define-public ghc-hspec-expectations
(package
(name "ghc-hspec-expectations")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: Add ghc-hspec-discover.",
guix-commits <=