Commit 8755efb0 authored by James T. Lee's avatar James T. Lee
Browse files

haskell: Update integer-logarithms for GHC 9

parent a240a265
Pipeline #512 passed with stage
in 17 seconds
DIST integer-logarithms-1.0.3.1.tar.gz 9023 BLAKE2B 29a9e2e73a6fb63f31ad87b53161b9f669a3cf6fed2992d7bf7414d9c9cff9cbe00baa301f7a7889fc0a31ff635d85dafc49ed5ce3f009202ba017b47e75c8a0 SHA512 670aff419de8d6afd1b7e1a40b68290bcf7aefad788c3b08aebfa5ca3e709f5d22543fce82fb75dc18b3ba0ef6d8a8f61735cde647a7a6c9392a60ec365534b3
EBUILD integer-logarithms-1.0.3.1.ebuild 833 BLAKE2B 049e53e9fdd2e05acb2014643fd1cfc21d0a575f09d3246afbac272b2c6088f7f02a1d5db952601143d7f85b53f219a8ca150f0022dcfff357628738685c88c9 SHA512 11abf0403f4d7b7f397509e7f24e096beda4994f65e3106ba176365766e92e2f1851350d8c87a92d69840d8ab97039c42a6bc830abb1565c5ac72747ac59b6ff
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.9999
#hackport: flags: -check-bounds
CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite": circular depends
inherit haskell-cabal
DESCRIPTION="Integer logarithms"
HOMEPAGE="https://github.com/Bodigrim/integer-logarithms"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
#circular dependency: scientific -> integer-logarithms -> tasty -> scientific
RESTRICT="test"
RDEPEND=">=dev-haskell/nats-1.1.2:=[profile?] <dev-haskell/nats-1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
src_configure() {
haskell-cabal_src_configure \
--flag=-check-bounds
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment