summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-31 19:26:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-31 19:31:08 +0000
commitb5123b96c8e24ac3bd2b3a8ff585f6c46719e5f4 (patch)
tree6a9fe491060b3038d072eca8a77d3c03d741b472 /dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild
parent88f740a9ba63e12014034afd4b673a0b36bac54d (diff)
downloadgentoo-b5123b96c8e24ac3bd2b3a8ff585f6c46719e5f4.tar.gz
gentoo-b5123b96c8e24ac3bd2b3a8ff585f6c46719e5f4.tar.bz2
gentoo-b5123b96c8e24ac3bd2b3a8ff585f6c46719e5f4.zip
dev-haskell/regex-applicative: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild')
-rw-r--r--dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild b/dev-haskell/regex-applicative/regex-applicative-0.3.3.ebuild
deleted file mode 100644
index 394913aa91ae..000000000000
--- a/dev-haskell/regex-applicative/regex-applicative-0.3.3.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.4.6.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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-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 )
-"