summaryrefslogtreecommitdiff
path: root/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:04:32 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:20 +0100
commit2a4da589bd22cc27536d029de3d4d0a58a8c9c08 (patch)
tree16ab61ded45c16a8eda5673e8f9c7537b144b8b8 /dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
parent8ad426ad3a785b5b2b5bc9efb0b985138b472549 (diff)
downloadgentoo-2a4da589bd22cc27536d029de3d4d0a58a8c9c08.tar.gz
gentoo-2a4da589bd22cc27536d029de3d4d0a58a8c9c08.tar.bz2
gentoo-2a4da589bd22cc27536d029de3d4d0a58a8c9c08.zip
dev-haskell/file-embed: bump up to 0.0.11.2
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/file-embed/file-embed-0.0.11.2.ebuild')
-rw-r--r--dev-haskell/file-embed/file-embed-0.0.11.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild b/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
new file mode 100644
index 000000000000..f225d60cb20a
--- /dev/null
+++ b/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 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 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"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-8.0.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.2.0
+"