aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-lifted-base
Commit message (Collapse)AuthorAgeFilesLines
* - Teach the Haskell Cabal ports to use the new options frameworkGabor Pali2012-08-031-0/+1
| | | | | | | | | - Remove some cruft Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=301879
* - Update to 0.1.1Gabor Pali2012-06-032-3/+4
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298204
* lifted-base exports IO operations from the base library lifted to anyGabor Pali2012-02-173-0/+28
instance of MonadBase or MonadBaseControl. WWW: https://github.com/basvandijk/lifted-base Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291587