summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2021-04-18 13:10:10 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2021-04-19 09:42:07 +0100
commitfce4ab35c8f6cd72e9b642b4b9a958138b984374 (patch)
tree62366edbe2a939bd62e810a7c38feb5466c8db3a /dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild
parentdev-haskell/jira-wiki-markup: bump up to 1.3.4 (diff)
downloadgentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.tar.gz
gentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.tar.bz2
gentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.zip
dev-haskell/hslua-module-path: add package
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild')
-rw-r--r--dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild b/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild
new file mode 100644
index 000000000000..bebeecf74cf6
--- /dev/null
+++ b/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild
@@ -0,0 +1,28 @@
+# 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 to work with file paths"
+HOMEPAGE="https://github.com/hslua/hslua-module-path"
+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.0:=[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 )
+"