summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-12 13:49:16 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:11 +0000
commit0349ea2913d3afb974a9cb45d2a47adea2f41f92 (patch)
tree3a68f029de2d041da7f5d84b5592223095a46f7a /dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild
parentdev-haskell/haskeline: add 0.8.2 (diff)
downloadgentoo-0349ea2913d3afb974a9cb45d2a47adea2f41f92.tar.gz
gentoo-0349ea2913d3afb974a9cb45d2a47adea2f41f92.tar.bz2
gentoo-0349ea2913d3afb974a9cb45d2a47adea2f41f92.zip
dev-haskell/haskell-lexer: add 1.1
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild')
-rw-r--r--dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild b/dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild
new file mode 100644
index 000000000000..05e1fb2529d0
--- /dev/null
+++ b/dev-haskell/haskell-lexer/haskell-lexer-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A fully compliant Haskell 98 lexer"
+HOMEPAGE="https://github.com/yav/haskell-lexer"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"