mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add ghc-stmonadtrans.
* gnu/packages/haskell.scm (ghc-stmonadtrans): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
f99a57dc28
commit
867ed9776c
1 changed files with 21 additions and 0 deletions
|
@ -7077,6 +7077,27 @@ (define-public ghc-transformers-0.4.2.0
|
|||
(base32
|
||||
"0a364zfcm17mhpy0c4ms2j88sys4yvgd6071qsgk93la2wjm8mkr"))))))
|
||||
|
||||
(define-public ghc-stmonadtrans
|
||||
(package
|
||||
(name "ghc-stmonadtrans")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/STMonadTrans"
|
||||
"/STMonadTrans-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1nr26fnmi5fdjc6d00w13kjhmfyvb5b837d0006w4dj0yxndaksp"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-mtl" ,ghc-mtl)))
|
||||
(home-page "https://hackage.haskell.org/package/STMonadTrans")
|
||||
(synopsis "Monad transformer version of the ST monad")
|
||||
(description
|
||||
"This package provides a monad transformer version of the @code{ST} monad
|
||||
for strict state threads.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-findbin
|
||||
(package
|
||||
(name "ghc-findbin")
|
||||
|
|
Loading…
Reference in a new issue