[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/153: gnu: Add ghc-lifted-base.
From: |
Paul |
Subject: |
84/153: gnu: Add ghc-lifted-base. |
Date: |
Wed, 21 Oct 2015 20:50:44 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f8553f120d5d929a0518f63b7b17aa652b5e1259
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:12:31 2015 +0200
gnu: Add ghc-lifted-base.
* gnu/packages/haskell.scm (ghc-lifted-base): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c85ecfb..66c9870 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2876,4 +2876,35 @@ types of tests into a single test suite.")
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)) ; FIXME: Missing testing libraries.
+ (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 @code{base}
+library lifted to any instance of @code{MonadBase} or @code{MonadBaseControl}.
+Note that not all modules from @code{base} are converted yet. The package
+includes a copy of the @code{monad-peel} test suite written by Anders
+Kaseorg.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 82/153: gnu: Add ghc-tasty., (continued)
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 83/153: gnu: Add ghc-tasty-hunit., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/21
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 74/153: gnu: Add ghc-contravariant., Paul, 2015/10/21
- 71/153: gnu: Add ghc-void., Paul, 2015/10/21
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/21
- 84/153: gnu: Add ghc-lifted-base.,
Paul <=
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/21
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 78/153: gnu: Add ghc-fast-logger., Paul, 2015/10/21
- 93/153: gnu: Add ghc-scientific., Paul, 2015/10/21