dev-haskell/hgdbmi - 0.2 (haskell)

Search

Install

Install this version:

emerge -a =dev-haskell/hgdbmi-0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-haskell/hgdbmi-0.2

Or alternatively:

emerge --autounmask-write -a =dev-haskell/hgdbmi-0.2

Package Information

Description:
GDB Machine Interface: program-driven control of GDB
Homepage:
https://github.com/copton/hgdbmi
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0/0.2
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.3.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="GDB Machine Interface: program-driven control of GDB"
HOMEPAGE="https://github.com/copton/hgdbmi"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RESTRICT=test # tests hung on gdb process

RDEPEND=">=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-haskell/stm-2.3:=[profile?]
	>=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.16.0
	test? ( >=dev-haskell/hunit-1.2
		>=dev-haskell/temporary-1.1
		>=dev-haskell/test-framework-0.6
		>=dev-haskell/test-framework-hunit-0.2 )
"

src_prepare() {
	default

	cabal_chdeps \
		'test-framework       == 0.6.*' 'test-framework       >= 0.6' \
		'test-framework-hunit == 0.2.*' 'test-framework-hunit >= 0.2' \
		'process              == 1.1.*' 'process              >= 1.1' \
		'process     == 1.1.*' 'process     >= 1.1' \
		'temporary            == 1.1.*' 'temporary            >= 1.1' \
		'stm         == 2.3.*' 'stm         >= 2.3' \
		'unix        == 2.6.*' 'unix        >= 2.6' \
		'HUnit                == 1.2.*' 'HUnit                >= 1.2' \
		'directory            == 1.2.*' 'directory            >= 1.2'
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-haskell/stm-2.3:=[profile?]
	>=dev-lang/ghc-7.6.1:=

	>=dev-haskell/cabal-1.16.0
	test? ( >=dev-haskell/hunit-1.2
		>=dev-haskell/temporary-1.1
		>=dev-haskell/test-framework-0.6
		>=dev-haskell/test-framework-hunit-0.2 )

RDEPEND

>=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
	>=dev-haskell/stm-2.3:=[profile?]
	>=dev-lang/ghc-7.6.1:=

Manifest for 0.2

Type File Size Source URLs
DIST hgdbmi-0.2.tar.gz 22051 bytes https://hackage.haskell.org/package/hgdbmi-0.2/hgdbmi-0.2.tar.gz