# 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: -hpc-coveralls CABAL_HACKAGE_REVISION=2 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp" HOMEPAGE="https://github.com/scotty-web/scotty" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" RDEPEND=">=dev-haskell/aeson-0.6.2.1:=[profile?] =dev-haskell/base-compat-batteries-0.10:=[profile?] =dev-haskell/blaze-builder-0.3.3.0:=[profile?] =dev-haskell/case-insensitive-1.0.0.1:=[profile?] =dev-haskell/data-default-class-0.0.1:=[profile?] =dev-haskell/http-types-0.9.1:=[profile?] =dev-haskell/monad-control-1.0.0.3:=[profile?] =dev-haskell/network-2.6.0.2:=[profile?] =dev-haskell/regex-compat-0.95.1:=[profile?] =dev-haskell/text-0.11.3.1:=[profile?] =dev-haskell/transformers-base-0.4.1:=[profile?] =dev-haskell/transformers-compat-0.4:=[profile?] =dev-haskell/wai-3.0.0:=[profile?] =dev-haskell/wai-extra-3.0.0:=[profile?] =dev-haskell/warp-3.0.13:=[profile?] =dev-lang/ghc-8.10.6:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.1.0 test? ( dev-haskell/async >=dev-haskell/hspec-2 =dev-haskell/hspec-wai-0.6.3 dev-haskell/lifted-base ) " src_configure() { haskell-cabal_src_configure \ --flag=-hpc-coveralls }