gnu: ghc-mtl: Update to 2.2.1.
* gnu/packages/haskell.scm (ghc-mtl): Update to 2.2.1.
This commit is contained in:
parent
0e03d76a51
commit
a59ab2477a
|
@ -462,7 +462,7 @@ installation of Haskell libraries and programs.")
|
||||||
(define-public ghc-mtl
|
(define-public ghc-mtl
|
||||||
(package
|
(package
|
||||||
(name "ghc-mtl")
|
(name "ghc-mtl")
|
||||||
(version "2.1.3.1")
|
(version "2.2.1")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -473,17 +473,16 @@ installation of Haskell libraries and programs.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xpn2wjmqbh2cg1yssc6749xpgcqlrrg4iilwqgkcjgvaxlpdbvp"))))
|
"1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "http://github.com/ekmett/mtl")
|
(home-page "http://github.com/ekmett/mtl")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Monad classes, using functional dependencies")
|
"Monad classes, using functional dependencies")
|
||||||
(description
|
(description "Monad classes using functional dependencies, with instances
|
||||||
"Monad classes using functional dependencies, with instances
|
for various monad transformers, inspired by the paper 'Functional Programming
|
||||||
for various monad transformers, inspired by the paper
|
with Overloading and Higher-Order Polymorphism', by Mark P Jones, in 'Advanced
|
||||||
'Functional Programming with Overloading and Higher-Order Polymorphism',
|
School of Functional Programming', 1995. See
|
||||||
by Mark P Jones, in 'Advanced School of Functional Programming', 1995
|
@uref{http://web.cecs.pdx.edu/~mpj/pubs/springschool.html, the paper}.")
|
||||||
http://web.cecs.pdx.edu/~mpj/pubs/springschool.html.")
|
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-paths
|
(define-public ghc-paths
|
||||||
|
|
Loading…
Reference in New Issue