NOTICE: This package has been removed from pkgsrc

./wip/hs-mmorph, Monad morphisms

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.3, Package name: hs-mmorph-1.0.3, Maintainer: szptvlfn

This library provides monad morphism utilities, most commonly used for
manipulating monad transformer stacks.


Required to run:
[lang/ghc7] [devel/hs-transformers]

Master sites:

SHA1: a272bf8b6b9dc21fdfd740ba26e42ed984a10d6e
RMD160: 285ab3c5671c8ad1397160d7a85ff6607fe2482f
Filesize: 5.882 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-30 00:11:19 by Ryosuke Moro | Files touched by this commit (16) | Package removed
Log message:
Remove hs-mmorph, imported to pkgsrc/devel.
Remove hs-polyparse, imported to pkgsrc/textproc.
   2014-05-23 23:46:05 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.0.3
pkgsrc changes: static -> dynamic
Changes from https://github.com/Gabriel439/Haskell-MMorph-Library
1.0.3
 - Merge pull request #12 from snoyberg/master
   transformers 0.4
   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-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-02-13 14:03:19 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 1.0.2

changes:
1.0.2
 - Guarded Control.Applicative.Lift with ifdef
   This is also necessary to support `transformers-0.2.0.0`
 - Cleaned up pragmas
 - Added CPP guards for `Backwards` instances
   This lets `mmorph` build against `transformers-0.2.*`
   2014-01-01 09:01:39 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.0.1

changes:
1.0.1
 - Polished @duairc's work in `Control.Monad.Trans.Compose`
   * Merge pull request #7 from duairc/composet
 - Merge pull request #5 from duairc/data-functor-instances
   Add MFunctor instances for the Compose, Product, Backwards and Lift
   types from the transformers package.
 - Merge pull request #6 from duairc/listt-instances
   Add MFunctor and MMonad instances for ListT
 - Merge pull request #2 from fizruk/master
   Added generalize function

( #7 => https://github.com/Gabriel439/Haskell-MMorph-Library/pull/7 )
( #6 => https://github.com/Gabriel439/Haskell-MMorph-Library/pull/6 )
( #5 => https://github.com/Gabriel439/Haskell-MMorph-Library/pull/5 )
( #2 => https://github.com/Gabriel439/Haskell-MMorph-Library/pull/2 )
   2013-09-17 01:03:58 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import mmorph-1.0.0 as wip/hs-mmorph.

This library provides monad morphism utilities, most commonly used for
manipulating monad transformer stacks.