summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 20:41:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:56:53 +0000
commitd8b478bbd78c0ba67b90cea62dc52e8eb5b41f21 (patch)
tree1a94d470286b3cf303dac249d7f651a78586a357 /dev-haskell/hashable-time/hashable-time-0.2.ebuild
parentdev-haskell/happstack-server: bump up to 7.4.6.2 (diff)
downloadgentoo-d8b478bbd78c0ba67b90cea62dc52e8eb5b41f21.tar.gz
gentoo-d8b478bbd78c0ba67b90cea62dc52e8eb5b41f21.tar.bz2
gentoo-d8b478bbd78c0ba67b90cea62dc52e8eb5b41f21.zip
dev-haskell/hashable-time: pew kacgae, a depend of dev-haskell/aeson-1
Hashable instances for Data.Time Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/hashable-time/hashable-time-0.2.ebuild')
-rw-r--r--dev-haskell/hashable-time/hashable-time-0.2.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/hashable-time/hashable-time-0.2.ebuild b/dev-haskell/hashable-time/hashable-time-0.2.ebuild
new file mode 100644
index 000000000000..6efcfe66ff6b
--- /dev/null
+++ b/dev-haskell/hashable-time/hashable-time-0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Hashable instances for Data.Time"
+HOMEPAGE="http://hackage.haskell.org/package/hashable-time"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hashable-1.2.3.3:=[profile?]
+ >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'base >=4.7 && <4.9' 'base >=4.7' \
+ 'hashable >=1.2.3.3 && <=1.3' 'hashable >=1.2.3.3'
+}