# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.3.1

CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="bindings to imagemagick library"
HOMEPAGE="http://hackage.haskell.org/package/imagemagick"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="imagemagick"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/lifted-base-0.1:=[profile?]
		=dev-haskell/resourcet-0.3:=[profile?]
		=dev-haskell/vector-0.9:=[profile?]
		=dev-lang/ghc-6.10.4:=
		media-gfx/imagemagick"
DEPEND="${RDEPEND}
		test? ( dev-haskell/hunit
			>=dev-haskell/quickcheck-2
			dev-haskell/test-framework
			dev-haskell/test-framework-hunit
			dev-haskell/test-framework-quickcheck2
		)
		>=dev-haskell/cabal-1.8"