all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: Add ghc-transformers
@ 2015-10-11 20:23 James David Trotter
  2015-10-11 20:23 ` [PATCH 2/2] gnu: ghc-mtl: Upgrade to 2.2.1 James David Trotter
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: James David Trotter @ 2015-10-11 20:23 UTC (permalink / raw)
  To: guix-devel; +Cc: James David Trotter

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 34cad87..33d58f4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -458,6 +458,30 @@ Haskell software by automating the fetching, configuration, compilation and
 installation of Haskell libraries and programs.")
    (license bsd-3)))
 
+(define-public ghc-transformers
+  (package
+    (name "ghc-transformers")
+    (version "0.4.3.0")
+    (outputs '("out" "doc"))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/transformers/transformers-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32 "179sbhvc9dghyw58hz80109pbrzgh7vh437227a51jhmx2bsgl5k"))))
+    (build-system haskell-build-system)
+    (home-page "http://hub.darcs.net/ross/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, in Advanced School of Functional Programming,
+1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).")
+    (license bsd-3)))
+
 (define-public ghc-mtl
   (package
     (name "ghc-mtl")
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-10-19 14:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 20:23 [PATCH 1/2] gnu: Add ghc-transformers James David Trotter
2015-10-11 20:23 ` [PATCH 2/2] gnu: ghc-mtl: Upgrade to 2.2.1 James David Trotter
2015-10-12 23:28 ` [PATCH 1/2] gnu: Add ghc-transformers Eric Bavier
2015-10-13  9:43   ` Ludovic Courtès
2015-10-13  8:56     ` Eric Bavier
2015-10-13 21:11       ` James David Trotter
2015-10-14  8:40         ` Eric Bavier
2015-10-15 15:24 ` Paul van der Walt
2015-10-15 17:21   ` James David Trotter
2015-10-15 19:25     ` Paul van der Walt
2015-10-19 14:21     ` Paul van der Walt

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.