|
| 1 | +# Copyright 1999-2025 Gentoo Authors |
| 2 | +# Distributed under the terms of the GNU General Public License v2 |
| 3 | + |
| 4 | +EAPI=8 |
| 5 | + |
| 6 | +# ebuild generated by hackport 0.9.1.0.9999 |
| 7 | + |
| 8 | +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" |
| 9 | +inherit haskell-cabal |
| 10 | + |
| 11 | +DESCRIPTION="Haskell Debug Adapter" |
| 12 | +HOMEPAGE="https://github.com/phoityne/haskell-debug-adapter/" |
| 13 | + |
| 14 | +LICENSE="BSD" |
| 15 | +SLOT="0/${PV}" |
| 16 | +KEYWORDS="~amd64" |
| 17 | + |
| 18 | +RDEPEND="dev-haskell/aeson:=[profile?] |
| 19 | + dev-haskell/async:=[profile?] |
| 20 | + dev-haskell/cabal:=[profile?] |
| 21 | + dev-haskell/clock:=[profile?] |
| 22 | + dev-haskell/conduit:=[profile?] |
| 23 | + dev-haskell/conduit-extra:=[profile?] |
| 24 | + dev-haskell/data-default:=[profile?] |
| 25 | + dev-haskell/fsnotify:=[profile?] |
| 26 | + >=dev-haskell/ghci-dap-0.0.23.0:=[profile?] |
| 27 | + >=dev-haskell/haskell-dap-0.0.16.0:=[profile?] |
| 28 | + >=dev-haskell/hie-bios-0.13:=[profile?] |
| 29 | + dev-haskell/hslogger:=[profile?] |
| 30 | + dev-haskell/lens:=[profile?] |
| 31 | + dev-haskell/optparse-applicative:=[profile?] |
| 32 | + dev-haskell/parsec:=[profile?] |
| 33 | + dev-haskell/resourcet:=[profile?] |
| 34 | + dev-haskell/safe-exceptions:=[profile?] |
| 35 | + dev-haskell/text:=[profile?] |
| 36 | + >=dev-lang/ghc-9.0.2:= |
| 37 | +" |
| 38 | +DEPEND="${RDEPEND} |
| 39 | + >=dev-haskell/cabal-3.4.1.0 |
| 40 | + test? ( dev-haskell/hspec ) |
| 41 | +" |
0 commit comments