summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 13:34:17 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 14:05:46 +0000
commit64ce2039adb55f60defbb88032d5137d5ab7e395 (patch)
tree5190804a549907d813eade00b607c6b303b86d4c /dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild
parentdev-haskell/simple-sendfile: bump up to 0.2.28 (diff)
downloadgentoo-64ce2039adb55f60defbb88032d5137d5ab7e395.tar.gz
gentoo-64ce2039adb55f60defbb88032d5137d5ab7e395.tar.bz2
gentoo-64ce2039adb55f60defbb88032d5137d5ab7e395.zip
dev-haskell/simple-reflect: bump up to 0.3.3
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild')
-rw-r--r--dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild b/dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild
new file mode 100644
index 000000000000..ad2576dcbcf6
--- /dev/null
+++ b/dev-haskell/simple-reflect/simple-reflect-0.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Simple reflection of expressions containing variables"
+HOMEPAGE="http://twanvl.nl/blog/haskell/simple-reflection-of-expressions"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"