mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Remove ghc-monadplus.
The package doesn't build, has no reverse dependencies, and does not work with newer versions of GHC. * gnu/packages/haskell-xyz.scm (ghc-monadplus): Remove variable.
This commit is contained in:
parent
24cf2a8b12
commit
fc984cf646
1 changed files with 0 additions and 20 deletions
|
@ -6988,26 +6988,6 @@ (define-public ghc-monad-par-extras
|
|||
and other added capabilities layered on top of the @code{Par} monad.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-monadplus
|
||||
(package
|
||||
(name "ghc-monadplus")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/monadplus"
|
||||
"/monadplus-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15b5320wdpmdp5slpphnc1x4rhjch3igw245dp2jxbqyvchdavin"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://hackage.haskell.org/package/monadplus")
|
||||
(synopsis "Filtering and folding over arbitrary MonadPlus instances")
|
||||
(description
|
||||
"This package generalizes many common stream operations such as
|
||||
@code{filter}, @code{catMaybes} etc, enabling filtering and folding over
|
||||
arbitrary @code{MonadPlus} instances.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-monadrandom
|
||||
(package
|
||||
(name "ghc-monadrandom")
|
||||
|
|
Loading…
Reference in a new issue