# 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: -dev CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="A formatter for Haskell source code" HOMEPAGE="https://github.com/tweag/ormolu" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="examples executable +internal-bundle-fixities" PATCHES=( "${FILESDIR}/${PN}-0.3.1.0-add-executable-flag.patch" ) CABAL_CHDEPS=( 'Cabal-syntax >=3.10 && <3.11' 'Cabal-syntax >=3.8 && <3.11' 'text >=2.0 && <3.0' 'text >=1.0 && <3.0' ) RDEPEND=" >=dev-haskell/ansi-terminal-0.10:=[profile?] <dev-haskell/ansi-terminal-1.1:=[profile?] >=dev-haskell/cabal-syntax-3.8:=[profile?] <dev-haskell/cabal-syntax-3.11:=[profile?] >=dev-haskell/diff-0.4:=[profile?] <dev-haskell/diff-1.0:=[profile?] >=dev-haskell/file-embed-0.0.15:=[profile?] <dev-haskell/file-embed-0.1:=[profile?] >=dev-haskell/ghc-lib-parser-9.6:=[profile?] <dev-haskell/ghc-lib-parser-9.7:=[profile?] >=dev-haskell/megaparsec-9.0:=[profile?] >=dev-haskell/memotrie-0.6:=[profile?] <dev-haskell/memotrie-0.7:=[profile?] >=dev-haskell/syb-0.7:=[profile?] <dev-haskell/syb-0.8:=[profile?] >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-3.0:=[profile?] >=dev-lang/ghc-8.10.6:= executable? ( >=dev-haskell/optparse-applicative-0.14:=[profile?] <dev-haskell/optparse-applicative-0.19:=[profile?] >=dev-haskell/th-env-0.1.1:=[profile?] <dev-haskell/th-env-0.2:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.1.0 test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3.0 >=dev-haskell/hspec-megaparsec-2.2 >=dev-haskell/path-0.6 <dev-haskell/path-0.10 >=dev-haskell/path-io-1.4.2 <dev-haskell/path-io-2.0 >=dev-haskell/quickcheck-2.14 >=dev-haskell/temporary-1.3 <dev-haskell/temporary-1.4 ) " src_configure() { haskell-cabal_src_configure \ --flag=-dev \ $(cabal_flag executable executable) \ $(cabal_flag internal-bundle-fixities internal-bundle-fixities) } src_install() { haskell-cabal_src_install if use examples; then # Don't compress example source files docompress -x /usr/share/doc/${PF}/examples dodoc -r data/examples/ fi }