# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup lifted-base 0.2.1.1 revision 2 checksums rmd160 652acea03ebc5356d8458a7d355d4b4f2f986141 \ sha256 b330aff460e52c7987dba68737487d1b2b15e23f03d0c1bc6d8a3062066c5518 maintainers cal openmaintainer platforms darwin license BSD description lifted IO operations from the base library long_description \ lifted-base exports IO operations from the base library lifted to any \ instance of MonadBase or MonadBaseControl. depends_lib-append port:hs-base-unicode-symbols \ port:hs-monad-control \ port:hs-transformers-base