# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.3.1.9999

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

MY_PN="AttoJson"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Simple lightweight JSON parser, generator & manipulator based on ByteString"
HOMEPAGE="https://github.com/konn/AttoJSON"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-haskell/attoparsec-0.8:=[profile?]
		>=dev-haskell/bytestring-show-0.1:=[profile?]
		>=dev-haskell/mtl-1.0:=[profile?]
		>=dev-haskell/utf8-string-0.1:=[profile?]
		>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"

S="${WORKDIR}/${MY_P}"

PATCHES=(
	"${FILESDIR}"/${PN}-0.5.10-attoparsec-0.10.patch
	"${FILESDIR}"/${PN}-0.5.10-ghc-7.10.patch
)