# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

name		happy
version		1.18.4
epoch		20100316
categories	devel haskell
maintainers	nomaintainer
description	Stub for the moved happy port
long_description	\
	${description}

platforms	darwin
homepage	http://haskell.org/${name}/
master_sites	${homepage}

replaced_by	hs-platform-happy

pre-fetch	{
	ui_msg "The stable happy port has been moved to hs-platform-happy."
	ui_msg "The latest happy port has been moved to hs-happy."
	return -code error "The happy port has been moved."
}

fetch           { }
checksum        { }
build           { }
destroot        { } 
use_configure no
universal_variant no

livecheck.type  none

