summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 23:40:03 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 23:47:23 +0000
commit3b9b2488f22bb1dc6132185a099d5913663f725e (patch)
tree523d7c7ef6aee2030fb2648d21e3f7c01eaf2283 /dev-haskell/data-accessor/data-accessor-0.2.3.ebuild
parentdev-haskell/dav: bump up to 1.3.3 (diff)
downloadgentoo-3b9b2488f22bb1dc6132185a099d5913663f725e.tar.gz
gentoo-3b9b2488f22bb1dc6132185a099d5913663f725e.tar.bz2
gentoo-3b9b2488f22bb1dc6132185a099d5913663f725e.zip
dev-haskell/data-accessor: bump up to 0.2.3
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/data-accessor/data-accessor-0.2.3.ebuild')
-rw-r--r--dev-haskell/data-accessor/data-accessor-0.2.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/data-accessor/data-accessor-0.2.3.ebuild b/dev-haskell/data-accessor/data-accessor-0.2.3.ebuild
new file mode 100644
index 000000000000..62dbaad16faf
--- /dev/null
+++ b/dev-haskell/data-accessor/data-accessor-0.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Utilities for accessing and manipulating fields of records"
+HOMEPAGE="http://www.haskell.org/haskellwiki/Record_access"
+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.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"