[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31582] [PATCH 3/8] gnu: Add ghc-ifelse.
From: |
Timothy Sample |
Subject: |
[bug#31582] [PATCH 3/8] gnu: Add ghc-ifelse. |
Date: |
Thu, 24 May 2018 19:27:07 -0000 |
* gnu/packages/haskell.scm (ghc-ifelse): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 07a639b76..f4f054895 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3812,6 +3812,27 @@ with various performance characteristics.")
manipulating monad transformer stacks.")
(license license:bsd-3)))
+(define-public ghc-ifelse
+ (package
+ (name "ghc-ifelse")
+ (version "0.85")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "IfElse/IfElse-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1kfx1bwfjczj93a8yqz1n8snqiq5655qgzwv1lrycry8wb1vzlwa"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-mtl" ,ghc-mtl)))
+ (home-page "http://hackage.haskell.org/package/IfElse")
+ (synopsis "Monadic control flow with anaphoric variants")
+ (description "This library provides functions for control flow inside of
+monads with anaphoric variants on @code{if} and @code{when} and a C-like
address@hidden function.")
+ (license license:bsd-3)))
+
(define-public ghc-monad-control
(package
(name "ghc-monad-control")
--
2.17.0
- [bug#31582] [PATCH 0/8] git-annex, Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 6/8] gnu: ghc-psqueues: Allow building with newer versions of QuickCheck., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 2/8] gnu: Add ghc-feed., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 1/8] gnu: Add ghc-bloomfilter., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 4/8] gnu: Add ghc-esqueleto., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 3/8] gnu: Add ghc-ifelse.,
Timothy Sample <=
- [bug#31582] [PATCH 7/8] gnu: Add ghc-disk-free-space., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 8/8] gnu: Add git-annex., Timothy Sample, 2018/05/24
[bug#31582] [PATCH 5/8] gnu: Add ghc-safesemaphore., Timothy Sample, 2018/05/24
[bug#31582] [PATCH 0/8] git-annex, Christopher Lemmer Webber, 2018/05/29