summaryrefslogtreecommitdiff
path: root/dev-haskell/file-embed/file-embed-0.0.15.0.ebuild
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:07:22 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:33 +0100
commit859c042f988447718e7da7ef7c56787522e59c51 (patch)
tree70a585363b0ea4b30aaa5dd0232ff95b981e1209 /dev-haskell/file-embed/file-embed-0.0.15.0.ebuild
parent4d7abcd75ee66b0eb6f452d0d82f4ffa923c3dd7 (diff)
downloadgentoo-859c042f988447718e7da7ef7c56787522e59c51.tar.gz
gentoo-859c042f988447718e7da7ef7c56787522e59c51.tar.bz2
gentoo-859c042f988447718e7da7ef7c56787522e59c51.zip
dev-haskell/file-embed: add 0.0.15.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/file-embed/file-embed-0.0.15.0.ebuild')
-rw-r--r--dev-haskell/file-embed/file-embed-0.0.15.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/file-embed/file-embed-0.0.15.0.ebuild b/dev-haskell/file-embed/file-embed-0.0.15.0.ebuild
new file mode 100644
index 000000000000..80d706194212
--- /dev/null
+++ b/dev-haskell/file-embed/file-embed-0.0.15.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Use Template Haskell to embed file contents directly"
+HOMEPAGE="https://github.com/snoyberg/file-embed"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"