dev-haskell/oeis - 0.3.10 (haskell)

Search

Install

Install this version:

emerge -a =dev-haskell/oeis-0.3.10

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

autounmask =dev-haskell/oeis-0.3.10

Or alternatively:

emerge --autounmask-write -a =dev-haskell/oeis-0.3.10

Package Information

Description:
Interface to the Online Encyclopedia of Integer Sequences (OEIS)
Homepage:
https://hackage.haskell.org/package/oeis
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.3.10 8 ~amd64 0/0.3.10
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.6.4
#hackport: flags: +network-uri
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Interface to the Online Encyclopedia of Integer Sequences (OEIS)"
HOMEPAGE="https://hackage.haskell.org/package/oeis"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/http-4000.2:=[profile?] <dev-haskell/http-4000.5:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	>=dev-haskell/network-2.6:=[profile?]
	>=dev-haskell/network-uri-2.6:=[profile?]
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.10
	test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
		>=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
		>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4 )
"

src_prepare() {
	cabal_chdeps \
		'HTTP    >= 4000.2 && < 4000.4' 'HTTP    >= 4000.2'

	default
}

src_configure() {
	haskell-cabal_src_configure \
		--flag=network-uri
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-haskell/http-4000.2:=[profile?] <dev-haskell/http-4000.5:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	>=dev-haskell/network-2.6:=[profile?]
	>=dev-haskell/network-uri-2.6:=[profile?]

	>=dev-haskell/cabal-1.10
	test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
		>=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
		>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4 )

RDEPEND

>=dev-haskell/http-4000.2:=[profile?] <dev-haskell/http-4000.5:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	>=dev-haskell/network-2.6:=[profile?]
	>=dev-haskell/network-uri-2.6:=[profile?]

Manifest for 0.3.10

Type File Size Source URLs
DIST oeis-0.3.10.tar.gz 29350 bytes https://hackage.haskell.org/package/oeis-0.3.10/oeis-0.3.10.tar.gz