[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 059/105] gnu: Add ghc-lifted-base.
From: |
Paul van der Walt |
Subject: |
[PATCH 059/105] gnu: Add ghc-lifted-base. |
Date: |
Thu, 15 Oct 2015 17:28:41 +0200 |
* gnu/packages/haskell.scm (ghc-lifted-base): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fadfba3..f0cacfb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2931,4 +2931,37 @@ types of tests into a single test suite.")
"HUnit support for the Tasty test framework.")
(license expat)))
+(define-public ghc-lifted-base
+ (package
+ (name "ghc-lifted-base")
+ (version "0.2.3.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/lifted-base/lifted-base-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1yz14a1rsgknwyl08n4kxrlc26hfwmb95a3c2drbnsgmhdyq7iap"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f))
+ (propagated-inputs
+ `(("ghc-transformers-base" ,ghc-transformers-base)
+ ("ghc-monad-control" ,ghc-monad-control)))
+ (inputs
+ `(("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-hunit" ,ghc-hunit)))
+ (home-page
+ "https://github.com/basvandijk/lifted-base")
+ (synopsis
+ "Lifted IO operations from the base library")
+ (description
+ "Lifted-base exports IO operations from the base library lifted to any
+instance of 'MonadBase' or 'MonadBaseControl'. Note that not all modules from
+base are converted yet. The package includes a copy of the monad-peel
+testsuite written by Anders Kaseorg.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
--
2.6.1
- [PATCH 063/105] gnu: Add ghc-temporary-rc., (continued)
- [PATCH 063/105] gnu: Add ghc-temporary-rc., Paul van der Walt, 2015/10/15
- [PATCH 060/105] gnu: Add ghc-word8., Paul van der Walt, 2015/10/15
- [PATCH 065/105] gnu: Add ghc-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 026/105] gnu: ghc-base64-bytestring: New variable., Paul van der Walt, 2015/10/15
- [PATCH 053/105] gnu: Add ghc-fast-logger., Paul van der Walt, 2015/10/15
- [PATCH 057/105] gnu: Add ghc-tasty., Paul van der Walt, 2015/10/15
- [PATCH 061/105] gnu: Add ghc-stringsearch., Paul van der Walt, 2015/10/15
- [PATCH 064/105] gnu: Add ghc-tasty-golden., Paul van der Walt, 2015/10/15
- [PATCH 062/105] gnu: Add ghc-tasty-quickcheck., Paul van der Walt, 2015/10/15
- [PATCH 054/105] gnu: Add ghc-charset., Paul van der Walt, 2015/10/15
- [PATCH 059/105] gnu: Add ghc-lifted-base.,
Paul van der Walt <=
- [PATCH 058/105] gnu: Add ghc-tasty-hunit., Paul van der Walt, 2015/10/15
- [PATCH 066/105] gnu: Add ghc-tasty-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 067/105] gnu: Add ghc-tasty-ant-xml., Paul van der Walt, 2015/10/15
- [PATCH 068/105] gnu: Add ghc-scientific., Paul van der Walt, 2015/10/15
- [PATCH 080/105] gnu: Add ghc-semigroupoids., Paul van der Walt, 2015/10/15
- [PATCH 077/105] gnu: Add ghc-polyparse., Paul van der Walt, 2015/10/15
- [PATCH 072/105] gnu: Add ghc-zip-archive., Paul van der Walt, 2015/10/15
- [PATCH 075/105] gnu: Add ghc-comonad., Paul van der Walt, 2015/10/15
- [PATCH 074/105] gnu: Add ghc-distributive., Paul van der Walt, 2015/10/15
- [PATCH 071/105] gnu: Add ghc-css-text., Paul van der Walt, 2015/10/15