summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-24 13:33:42 -0400
committerSam James <sam@gentoo.org>2022-07-30 06:57:51 +0100
commit331331dc705a2daac1a509c14e3b0991a2df302e (patch)
treedf106ed9eb5f825643f41a7b3d0e63c677c06f71 /dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild
parentdev-haskell/parser-combinators: add 1.3.0, drop 1.0.0 (diff)
downloadgentoo-331331dc705a2daac1a509c14e3b0991a2df302e.tar.gz
gentoo-331331dc705a2daac1a509c14e3b0991a2df302e.tar.bz2
gentoo-331331dc705a2daac1a509c14e3b0991a2df302e.zip
dev-haskell/hslua-module-text: drop 0.2.1, 0.3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild')
-rw-r--r--dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild b/dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild
deleted file mode 100644
index 12af58705fdb..000000000000
--- a/dev-haskell/hslua-module-text/hslua-module-text-0.3.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Lua module for text"
-HOMEPAGE="https://github.com/hslua/hslua-module-text"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-haskell/hslua-1.2:=[profile?] <dev-haskell/hslua-1.4:=[profile?]
- >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
- test? ( dev-haskell/tasty
- dev-haskell/tasty-hunit
- >=dev-haskell/tasty-lua-0.2 <dev-haskell/tasty-lua-0.3 )
-"