rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5902d11d78ae979f509a9d3956331f99b5b7164e
Author: Robert Vollmert <[email protected]>
Date: Thu Jul 25 13:08:47 2019 +0200
gnu: Remove ghc-haddock-test.
The package doesn't build, has no reverse dependencies, and is
deprecated upstream.
* gnu/packages/haskell.scm (ghc-haddock-test): Remove package.
---
gnu/packages/haskell.scm | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 11fe3c5..fbca99e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1188,28 +1188,6 @@ the ‘haddock’ package.")
documentation-generation tool for Haskell libraries.")
(license license:bsd-3)))
-(define-public ghc-haddock-test
- (package
- (name "ghc-haddock-test")
- (version "0.0.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://hackage.haskell.org/package/"
- "haddock-test/haddock-test-"
- version ".tar.gz"))
- (sha256
- (base32
- "1ax8fnfrwx66csj952f3virxzapipan9da7z5l1zc12nqkifbs7w"))))
- (build-system haskell-build-system)
- (inputs
- `(("ghc-xml" ,ghc-xml)
- ("ghc-syb" ,ghc-syb)))
- (home-page "http://www.haskell.org/haddock/")
- (synopsis "Test utilities for Haddock")
- (description "This package provides test utilities for Haddock.")
- (license license:bsd-3)))
-
(define-public ghc-haddock
(package
(name "ghc-haddock")