Skip to content

Commit

Permalink
dev-haskell/arithmoi: bump up to 0.4.3.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
Sergei Trofimovich committed Nov 5, 2016
1 parent 14b16c1 commit 2eb33a9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/arithmoi/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST arithmoi-0.4.1.3.tar.gz 66196 SHA256 2e623924079d3f8733fd31bf40a30ee0051dd0c3e3ae4b13a7afb5f2300413c9 SHA512 abc5939207e502dffd91b3a4e2b9c688eef388a6b9354576fcb4badf4625da1cad0e9698cb42b293b37cc29427ad2679170452374fbf6cd5e614d53db34cd9f6 WHIRLPOOL dc0c167e63430d8f57fef7107f8444fa2fb1e76a5664043524df6c606f778cbecb457c43d9b1484015b96d4f91c221e60718f637593362ad657e7c5a5ae24a48
DIST arithmoi-0.4.2.0.tar.gz 84676 SHA256 6cc6ade285cdbd437c3e5587e588d4d55152a273e9c276a4679cc22a6e1d2a88 SHA512 687f12aef8baf98c778498b9a0bb33f0ac3175d009ba8dcd14d6ff8bb13252120f6821e80932410a1413637b591f81b92e0ecd25cd7870464e1629f3d0bf866c WHIRLPOOL 4b852e9349371512901fb5f5f15a11e871e809e56620e71dce9e68969e23ee6978f5c24733d7373a4debd4df75ffc96bbdecff3056b490ee55a6b737a70fe58f
DIST arithmoi-0.4.3.0.tar.gz 93661 SHA256 daa3343d4be19d0a8574c542c9188f6f3075098c86c69d3bc66acd5091d5d196 SHA512 0c67237a84a2c7e2abc1bbc78176e64e7f6ac23399c765dba316d429391f351734eacb924960d69d4fc603b17a4df1b40985bcbc8bbb7c51805eb72a0346b545 WHIRLPOOL 89b818c4bb95e2d1fa88480600f1b3d9044729ee0485e316be6f5c500acc4070cfe9db8ee0b15e1a21ae1b3039af71f7984db5f2fcd5a4292d30e41baaa017b3
42 changes: 42 additions & 0 deletions dev-haskell/arithmoi/arithmoi-0.4.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

# ebuild generated by hackport 0.5.9999
#hackport: flags: -check-bounds

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

DESCRIPTION="Efficient basic number-theoretic functions. Primes, powers, integer logarithms"
HOMEPAGE="https://github.com/cartazio/arithmoi"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/nats-1:=[profile?] <dev-haskell/nats-1.2:=[profile?]
>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
>=dev-haskell/semigroups-0.8:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( >=dev-haskell/quickcheck-2.7.6 <dev-haskell/quickcheck-2.10
>=dev-haskell/smallcheck-1.1 <dev-haskell/smallcheck-1.2
>=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
>=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
>=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9
>=dev-haskell/tasty-smallcheck-0.8 <dev-haskell/tasty-smallcheck-0.9
>=dev-haskell/transformers-compat-0.4 )
"

src_configure() {
haskell-cabal_src_configure \
--flag=-check-bounds
}

0 comments on commit 2eb33a9

Please sign in to comment.