diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:16:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:22:40 +0100 |
commit | ffb4dda14aafc635af7b8b99817c332edc6b8c21 (patch) | |
tree | e0f9b06b2a133e79894bb7062e1a44de64ec51df /dev-haskell/statistics/statistics-0.11.0.3.ebuild | |
parent | dev-haskell/statevar: drop old (diff) | |
download | gentoo-ffb4dda14aafc635af7b8b99817c332edc6b8c21.tar.gz gentoo-ffb4dda14aafc635af7b8b99817c332edc6b8c21.tar.bz2 gentoo-ffb4dda14aafc635af7b8b99817c332edc6b8c21.zip |
dev-haskell/statistics: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/statistics/statistics-0.11.0.3.ebuild')
-rw-r--r-- | dev-haskell/statistics/statistics-0.11.0.3.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/statistics/statistics-0.11.0.3.ebuild b/dev-haskell/statistics/statistics-0.11.0.3.ebuild deleted file mode 100644 index e25c8ba99bfb..000000000000 --- a/dev-haskell/statistics/statistics-0.11.0.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A library of statistical types, data, and functions" -HOMEPAGE="https://github.com/bos/statistics" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # likes to fail under a load - -RDEPEND=">=dev-haskell/binary-0.5.1.0:=[profile?] - dev-haskell/erf:=[profile?] - >=dev-haskell/math-functions-0.1.5.2:=[profile?] - >=dev-haskell/monad-par-0.3.4:=[profile?] - >=dev-haskell/mwc-random-0.13.0.0:=[profile?] - >=dev-haskell/primitive-0.3:=[profile?] - >=dev-haskell/vector-0.7.1:=[profile?] - >=dev-haskell/vector-algorithms-0.4:=[profile?] - >=dev-haskell/vector-binary-instances-0.2.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/hunit - >=dev-haskell/ieee754-0.7.3 - >=dev-haskell/quickcheck-2.7 - dev-haskell/test-framework - dev-haskell/test-framework-hunit - dev-haskell/test-framework-quickcheck2 ) -" |