[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
295/329: gnu: Remove ghc-monadplus.
From: |
guix-commits |
Subject: |
295/329: gnu: Remove ghc-monadplus. |
Date: |
Wed, 20 Nov 2019 21:18:49 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit fc984cf646b20eb02689387e5cb86ead6c578ecf
Author: Timothy Sample <address@hidden>
Date: Fri Nov 8 22:05:08 2019 -0500
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.
---
gnu/packages/haskell-xyz.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4b09229..23a1ea5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6988,26 +6988,6 @@ that are much lighter weight than IO-threads.")
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")
- 281/329: gnu: Add ghc-aeson-diff., (continued)
- 281/329: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/20
- 289/329: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/20
- 288/329: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/20
- 294/329: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 251/329: gnu: ghc-lens: Update to 4.17.1., guix-commits, 2019/11/20
- 274/329: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/20
- 273/329: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/20
- 276/329: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/20
- 285/329: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/20
- 282/329: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/20
- 295/329: gnu: Remove ghc-monadplus.,
guix-commits <=
- 299/329: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/20
- 302/329: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/20
- 309/329: gnu: Update xmobar to 0.31., guix-commits, 2019/11/20
- 314/329: gnu: Add ghc-testing-feat., guix-commits, 2019/11/20
- 256/329: gnu: Add ghc-conduit-zstd., guix-commits, 2019/11/20
- 261/329: gnu: ghc-warp-tls: Update to 3.2.8., guix-commits, 2019/11/20
- 268/329: gnu: ghc-sdl2: Update to 2.5.0.0., guix-commits, 2019/11/20
- 297/329: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/20
- 308/329: gnu: Add ghc-dbus., guix-commits, 2019/11/20
- 305/329: gnu: Add ghc-alsa-mixer., guix-commits, 2019/11/20