[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core.
From: |
rsiddharth |
Subject: |
[bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core. |
Date: |
Wed, 21 Mar 2018 03:45:04 +0000 |
* gnu/packages/haskell.scm (ghc-unliftio-core): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 69308af86..8944492ff 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9459,4 +9459,26 @@ ghc-aeson.")
functions for the ghc-persistent package.")
(license license:expat)))
+(define-public ghc-unliftio-core
+ (package
+ (name "ghc-unliftio-core")
+ (version "0.1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "unliftio-core-" version "/"
+ "unliftio-core-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1193fplsjm1lcr05xwvkj1rsyzx74i755f6kw3ikmxbsv0bv0l3m"))))
+ (build-system haskell-build-system)
+ (home-page
+ "https://github.com/fpco/unliftio/tree/master/unliftio-core#readme")
+ (synopsis "The MonadUnliftIO typeclass for unlifting monads to IO")
+ (description "This Haskell package provides the core @code{MonadUnliftIO}
+typeclass, instances for base and transformers, and basic utility
+functions.")
+ (license license:expat)))
+
;;; haskell.scm ends here
--
2.16.2
- [bug#30892] [PATCH 15/37] gnu: Add ghc-yesod-core., (continued)
- [bug#30892] [PATCH 15/37] gnu: Add ghc-yesod-core., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 16/37] gnu: Add ghc-resource-pool., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 22/37] gnu: Add ghc-http-api-data., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 24/37] gnu: Add ghc-aeson-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 20/37] gnu: Add ghc-uri-bytestring., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 27/37] gnu: Add ghc-microlens., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 31/37] gnu: ghc-math-functions: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 29/37] gnu: Add ghc-unliftio., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 17/37] gnu: Add ghc-attoparsec-iso8601., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core.,
rsiddharth <=
- [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 19/37] gnu: Add ghc-generics-sop., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 34/37] gnu: Add ghc-email-validate., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 35/37] gnu: Add ghc-yesod-form., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 37/37] gnu: Add ghc-yesod., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 23/37] gnu: Add ghc-persistent., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 21/37] gnu: Add ghc-time-locale-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 25/37] gnu: Add ghc-persistent-template., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14., rsiddharth, 2018/03/20