# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.8.4.0.9999 #hackport: flags: -werror CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="SQL DDL support and migrations support library for Beam" HOMEPAGE="https://travis.athougies.net/projects/beam.html" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" CABAL_CHDEPS=( 'aeson >=0.11 && <2.2' 'aeson >=0.11' ) RDEPEND=" >=dev-haskell/aeson-0.11:=[profile?] =dev-haskell/beam-core-0.10*:=[profile?] >=dev-haskell/dependent-map-0.2:=[profile?] =dev-haskell/dependent-sum-0.4:=[profile?] =dev-haskell/free-4.12:=[profile?] =dev-haskell/hashable-1.2:=[profile?] =dev-haskell/haskell-src-exts-1.18:=[profile?] =dev-haskell/pqueue-1.3:=[profile?] =dev-haskell/text-1.2:=[profile?] =dev-haskell/vector-0.11:=[profile?] =dev-lang/ghc-8.8.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.0.0.0 " src_configure() { haskell-cabal_src_configure \ --flag=-werror }