[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/154: gnu: ghc-mtl: Update to 2.2.1.
From: |
Paul |
Subject: |
02/154: gnu: ghc-mtl: Update to 2.2.1. |
Date: |
Fri, 23 Oct 2015 07:12:47 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit a59ab2477a01d007dc3ef0e4d6e21edcccce1c4a
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 19:12:09 2015 +0200
gnu: ghc-mtl: Update to 2.2.1.
* gnu/packages/haskell.scm (ghc-mtl): Update to 2.2.1.
---
gnu/packages/haskell.scm | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index af80e0c..385c295 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -462,7 +462,7 @@ installation of Haskell libraries and programs.")
(define-public ghc-mtl
(package
(name "ghc-mtl")
- (version "2.1.3.1")
+ (version "2.2.1")
(outputs '("out" "doc"))
(source
(origin
@@ -473,18 +473,17 @@ installation of Haskell libraries and programs.")
".tar.gz"))
(sha256
(base32
- "1xpn2wjmqbh2cg1yssc6749xpgcqlrrg4iilwqgkcjgvaxlpdbvp"))))
+ "1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
(build-system haskell-build-system)
(home-page "http://github.com/ekmett/mtl")
(synopsis
"Monad classes, using functional dependencies")
- (description
- "Monad classes using functional dependencies, with instances
-for various 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)))
+ (description "Monad classes using functional dependencies, with instances
+for various 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. See
address@hidden://web.cecs.pdx.edu/~mpj/pubs/springschool.html, the paper}.")
+ (license bsd-3)))
(define-public ghc-paths
(package
- branch master updated (fd74cc3 -> 8e01e30), Paul, 2015/10/23
- 01/154: gnu: ghc: Update to 7.10.2., Paul, 2015/10/23
- 02/154: gnu: ghc-mtl: Update to 2.2.1.,
Paul <=
- 04/154: gnu: Add ghc-old-locale., Paul, 2015/10/23
- 05/154: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/23
- 07/154: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/23
- 03/154: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/23
- 08/154: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/23
- 06/154: gnu: Add ghc-old-time., Paul, 2015/10/23
- 09/154: gnu: ghc-dlist: Enable tests., Paul, 2015/10/23
- 10/154: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/23
- 12/154: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/23
- 11/154: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/23