summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 10:52:41 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit0ea7c45d0f09cce33938af5ef3bf48f459b5605c (patch)
treee97596675843e6cd61c3f53c7401ae6a91955765 /dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild
parent69ccf227513f73797b79b13ba760ef1ee75260e8 (diff)
downloadgentoo-0ea7c45d0f09cce33938af5ef3bf48f459b5605c.tar.gz
gentoo-0ea7c45d0f09cce33938af5ef3bf48f459b5605c.tar.bz2
gentoo-0ea7c45d0f09cce33938af5ef3bf48f459b5605c.zip
dev-haskell/regex-applicative: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild')
-rw-r--r--dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild b/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild
deleted file mode 100644
index 1218d7700813..000000000000
--- a/dev-haskell/regex-applicative/regex-applicative-0.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Regex-based parsing with applicative interface"
-HOMEPAGE="https://github.com/feuerbach/regex-applicative"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/transformers:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/smallcheck-1.0
- dev-haskell/tasty
- dev-haskell/tasty-hunit
- dev-haskell/tasty-smallcheck )
-"