all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: guix-devel@gnu.org
Subject: [PATCH 15/23] gnu: Add ghc-transformers.
Date: Fri,  2 Sep 2016 09:40:02 +0000	[thread overview]
Message-ID: <20160902094010.11483-15-ng0@we.make.ritual.n0.is> (raw)
In-Reply-To: <20160902094010.11483-1-ng0@we.make.ritual.n0.is>

* gnu/packages/haskell.scm (ghc-transformers): New variable.
---
 gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6e56fe3..f2b4a5e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6765,4 +6765,33 @@ permissions are not preserved.  It also provides features for random access
 to archive content using an index.")
     (license license:bsd-3)))
 
+(define-public ghc-transformers
+  (package
+    (name "ghc-transformers")
+    (version "0.5.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/transformers/transformers-"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "1qkhi8ssf8c4jnmrw9dzym3igqbzq7h48iisaykdfzdsm09qfh3c"))))
+    (build-system haskell-build-system)
+    (home-page "http://hackage.haskell.org/package/transformers")
+    (synopsis "Concrete functor and monad transformers")
+    (description
+     "A portable library of functor and monad transformers, inspired by the paper
+'Functional Programming with Overloading and Higher-Order Polymorphism',
+by Mark P Jones.  This package contains the monad transformer class and IO monad class,
+concrete functor and monad transformers, each with associated operations and functions
+to lift operations associated with other transformers.  The package can be used on
+its own in portable Haskell code, in which case operations need to be manually lifted
+through transformer stacks.  Alternatively, it can be used with the
+non-portable monad classes in the @code{mtl} or @code{monads-tf} packages,
+which automatically lift operations introduced by monad transformers through
+other transformers.")
+    (license license:bsd-3)))
+
 ;;; haskell.scm ends here
-- 
2.9.3

  parent reply	other threads:[~2016-09-02  9:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02  9:39 [PATCH 01/23] gnu: Add ghc-base16-bytestring ng0
2016-09-02  9:39 ` [PATCH 02/23] gnu: Add ghc-binary ng0
2016-09-02  9:39 ` [PATCH 03/23] gnu: ghc-cryptonite: Update to 0.19 ng0
2016-09-02  9:39 ` [PATCH 04/23] gnu: Add ghc-cryptohash ng0
2016-09-02  9:39 ` [PATCH 05/23] gnu: Add ghc-data-ordlist ng0
2016-09-02  9:39 ` [PATCH 06/23] gnu: Add ghc-terminfo ng0
2016-09-02  9:39 ` [PATCH 07/23] gnu: Add ghc-haskeline ng0
2016-09-02  9:39 ` [PATCH 08/23] gnu: Add ghc-regex-applicative ng0
2016-09-02  9:39 ` [PATCH 09/23] gnu: Add ghc-regex-tdfa ng0
2016-09-02  9:39 ` [PATCH 10/23] gnu: Add ghc-regex-compat-tdfa ng0
2016-09-02  9:39 ` [PATCH 11/23] gnu: Add ghc-tasty-th ng0
2016-09-02  9:39 ` [PATCH 12/23] gnu: Add ghc-sandi ng0
2016-09-02  9:40 ` [PATCH 13/23] gnu: Add ghc-bytestring-handle ng0
2016-09-02  9:40 ` [PATCH 14/23] gnu: Add ghc-tar ng0
2016-09-02  9:40 ` ng0 [this message]
2016-09-02  9:40 ` [PATCH 16/23] gnu: Add ghc-findbin ng0
2016-09-02  9:40 ` [PATCH 17/23] gnu: Add ghc-patience ng0
2016-09-02  9:40 ` [PATCH 18/23] gnu: Add ghc-monads-tf ng0
2016-09-02  9:40 ` [PATCH 19/23] gnu: Add ghc-bytestring ng0
2016-09-02  9:40 ` [PATCH 20/23] gnu: Add ghc-colour ng0
2016-09-02  9:40 ` [PATCH 21/23] gnu: Add ghc-directory ng0
2016-09-02  9:40 ` [PATCH 22/23] gnu: Add ghc-process ng0
2016-09-02  9:40 ` [PATCH 23/23] gnu: Add ghc-wl-pprint-text ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160902094010.11483-15-ng0@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.