summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 20:48:35 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 21:27:03 +0000
commit94b807c234aa9e336c241ac1641928943e786a14 (patch)
tree6e4d8978efacdfa10d051990535fe3c81ac89402 /dev-haskell/hourglass/hourglass-0.2.12.ebuild
parentdev-haskell/hscolour: bump up to 1.24.4 (diff)
downloadgentoo-94b807c234aa9e336c241ac1641928943e786a14.tar.gz
gentoo-94b807c234aa9e336c241ac1641928943e786a14.tar.bz2
gentoo-94b807c234aa9e336c241ac1641928943e786a14.zip
dev-haskell/hourglass: bump up to 0.2.12
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hourglass/hourglass-0.2.12.ebuild')
-rw-r--r--dev-haskell/hourglass/hourglass-0.2.12.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/hourglass/hourglass-0.2.12.ebuild b/dev-haskell/hourglass/hourglass-0.2.12.ebuild
new file mode 100644
index 000000000000..60cfa4cc7cfe
--- /dev/null
+++ b/dev-haskell/hourglass/hourglass-0.2.12.ebuild
@@ -0,0 +1,29 @@
+# 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="simple performant time related library"
+HOMEPAGE="https://github.com/vincenthz/hs-hourglass"
+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.10
+ test? ( dev-haskell/mtl
+ dev-haskell/old-locale
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck )
+"