Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-transformers,
Concrete functor and monad transformers
Branch: CURRENT,
Version: 0.4.1.0,
Package name: hs-transformers-0.4.1.0,
Maintainer: phoHaskell 98 part of a monad transformer library, 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).
This part contains the monad transformer class, the concrete monad
transformers, operations and liftings. It can be used on its own in
Haskell 98 code, or with the monad classes in the monads-fd or
monads-tf packages, which automatically lift operations introduced by
monad transformers through other transformers.
Required to run:[
lang/ghc7]
Master sites:
SHA1: 6cf72813ac3b75eabf4a3fdad718138210a10eec
RMD160: 9538226b218ec69e54bd8462476041ff63196666
Filesize: 26.647 KB
Version history: (Expand)
- (2014-05-17) Package deleted from pkgsrc
- (2014-05-08) Updated to version: hs-transformers-0.4.1.0
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
- (2013-08-28) Package deleted from pkgsrc
CVS history: (Expand)
2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110) | |
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
|
2014-05-08 02:28:53 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 0.4.1.0
pkgsrc changes: static -> dynamic
changelog:
0.4.1.0 Ross Paterson <ross@soi.city.ac.uk> May 2014
* Reverted to record syntax for newtypes until next major release
0.4.0.0 Ross Paterson <ross@soi.city.ac.uk> May 2014
* Added Sum type
* Added modify', a strict version of modify, to the state monads
* Added ExceptT and deprecated ErrorT
* Added infixr 9 `Compose` to match (.)
* Added Eq, Ord, Read and Show instances where possible
* Replaced record syntax for newtypes with separate inverse functions
* Added delimited continuation functions to ContT
* Added instance Alternative IO to ErrorT
* Handled disappearance of Control.Monad.Instances
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2013-01-15 12:49:55 by PHO / phonohawk | Files touched by this commit (1) | |
Log message:
buildlink3.mk: update BUILDLINK_API_DEPENDS
|
2010-11-02 17:11:16 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to transformers-0.2.2.0
|
2009-09-23 07:12:01 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-transformers-0.1.4.0 as wip/hs-transformers.
Haskell 98 part of a monad transformer library, 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).
This part contains the monad transformer class, the concrete monad
transformers, operations and liftings. It can be used on its own in
Haskell 98 code, or with the monad classes in the monads-fd or
monads-tf packages, which automatically lift operations introduced by
monad transformers through other transformers.
|