summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:49:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:49:06 +0100
commit741b7dc7092ba761b3fddd887a1061ac04d69331 (patch)
tree363dd227102f31b5cb7abdf69ca4676e710b25c1 /dev-haskell/void/void-0.6.1.ebuild
parentdev-haskell/vector-th-unbox: drop old (diff)
downloadgentoo-741b7dc7092ba761b3fddd887a1061ac04d69331.tar.gz
gentoo-741b7dc7092ba761b3fddd887a1061ac04d69331.tar.bz2
gentoo-741b7dc7092ba761b3fddd887a1061ac04d69331.zip
dev-haskell/void: 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/void/void-0.6.1.ebuild')
-rw-r--r--dev-haskell/void/void-0.6.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/void/void-0.6.1.ebuild b/dev-haskell/void/void-0.6.1.ebuild
deleted file mode 100644
index 28d8fec5ba60..000000000000
--- a/dev-haskell/void/void-0.6.1.ebuild
+++ /dev/null
@@ -1,29 +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.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A Haskell 98 logically uninhabited data type"
-HOMEPAGE="https://github.com/ekmett/void"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="safe"
-
-RDEPEND=">=dev-haskell/hashable-1.1:=[profile?]
- >=dev-haskell/semigroups-0.8.2:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag safe safe)
-}