summaryrefslogtreecommitdiff
path: root/dev-haskell/hpc/hpc-0.5.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hpc/hpc-0.5.1.1.ebuild')
-rw-r--r--dev-haskell/hpc/hpc-0.5.1.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/hpc/hpc-0.5.1.1.ebuild b/dev-haskell/hpc/hpc-0.5.1.1.ebuild
deleted file mode 100644
index 1c7ecbb9786..00000000000
--- a/dev-haskell/hpc/hpc-0.5.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="Code Coverage Library for Haskell"
-HOMEPAGE="http://hackage.haskell.org/package/hpc"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1"