couchdb-1.2.3haskell
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.6.9999
#hackport: flags: +network-uri
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
MY_PN="CouchDB"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="CouchDB interface"
HOMEPAGE="https://github.com/hsenag/haskell-couchdb/"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RESTRICT=test # needs running couchdb
CABAL_CHDEPS=(
'base >= 4 && < 4.15' 'base >= 4'
)
RDEPEND=">=dev-haskell/http-4000.0.4:=[profile?]
>=dev-haskell/json-0.4.3:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-haskell/network-2.6:=[profile?]
>=dev-haskell/network-uri-2.6:=[profile?]
>=dev-haskell/utf8-string-0.3.6:=[profile?] <=dev-haskell/utf8-string-1.1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( dev-haskell/hunit )
"
S="${WORKDIR}/${MY_P}"
src_configure() {
haskell-cabal_src_configure \
--flag=network-uri
}