# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.5

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal git-r3

DESCRIPTION="Haskell to GHC Core Desugarar for Liquid Haskell"
HOMEPAGE="http://goto.ucsd.edu/liquidhaskell"
EGIT_REPO_URI="https://github.com/christetreault/liquiddesugar.git"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS=""
IUSE="devel"

RDEPEND="
	>=dev-lang/ghc-7.10.2:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.18.1.3
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag devel devel)
}