# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.9.0.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/blaze-builder-0.3.3.0:=[profile?] =dev-haskell/case-insensitive-1.0.0.1:=[profile?] =dev-haskell/cookie-0.4:=[profile?] >=dev-haskell/data-default-class-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/unliftio-0.2:=[profile?] >=dev-haskell/wai-3.0.0:=[profile?] =dev-haskell/wai-extra-3.1.14:=[profile?] >=dev-haskell/warp-3.0.13:=[profile?] >=dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 test? ( dev-haskell/async >=dev-haskell/doctest-0.20.1 >=dev-haskell/hspec-2 =dev-haskell/hspec-wai-0.6.3 dev-haskell/http-client dev-haskell/lifted-base ) " src_configure() { haskell-cabal_src_configure \ --flag=-hpc-coveralls }