GNU bug report logs - #42722
[PATCH 0/4] Add some Haskell packages.

Previous Next

Package: guix-patches;

Reported by: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>

Date: Wed, 5 Aug 2020 15:55:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
To: 42722 <at> debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
Subject: [bug#42722] [PATCH 4/4] gnu: Add ghc-mtl-prelude.
Date: Wed,  5 Aug 2020 18:57:25 +0300
* gnu/packages/haskell-xyz.scm (ghc-mtl-prelude): New variable.
---
 gnu/packages/haskell-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 1c2f863adf..3577b8f1ff 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8026,6 +8026,36 @@ Therefore, you may have to declare @code{import Control.Monad.Except ()} at
 the top of your file to get all of the ExceptT instances in scope.")
     (license license:bsd-3)))
 
+(define-public ghc-mtl-prelude
+  (package
+    (name "ghc-mtl-prelude")
+    (version "2.0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/mtl-prelude/mtl-prelude-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0cqjl0mcnj6qgx46qxjygndzlgch4mc0q0sm3wbd4fynjfhdv9n4"))))
+    (build-system haskell-build-system)
+    (home-page
+     "https://github.com/nikita-volkov/mtl-prelude")
+    (synopsis
+     "Reexports of most definitions from \"mtl\" and \"transformers\"")
+    (description
+     "This package only exports definitions from the \"mtl\" and
+\"transformers\" libraries.  Unlike every module of \"mtl\" it does not
+reexport @code{Control.Monad} and @code{Control.Monad.Fix}.  In combination
+with the @url{base-prelude, http://hackage.haskell.org/package/base-prelude}
+library, this should give you a quite rich prelude.  The @code{2.*} versions
+are restricted by the feature set of @code{mtl-2.2} and
+@code{transformers-0.4}, however they provide support for newer versions of
+those libraries as well.")
+    (license license:expat)))
+
 (define-public ghc-murmur-hash
   (package
     (name "ghc-murmur-hash")
-- 
2.28.0





This bug report was last modified 4 years and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.