diff options
author | 2019-12-14 12:36:59 +0000 | |
---|---|---|
committer | 2019-12-14 12:36:59 +0000 | |
commit | 812c61be76c27c5ba11ba2a08c21071b5349f0c4 (patch) | |
tree | cb07e05b6af79d96f4672883f2956f5f4bdaa53d /dev-haskell/timezone-series/timezone-series-0.1.9.ebuild | |
parent | dev-haskell/torrent: bump up to 10000.1.1 (diff) | |
download | gentoo-812c61be76c27c5ba11ba2a08c21071b5349f0c4.tar.gz gentoo-812c61be76c27c5ba11ba2a08c21071b5349f0c4.tar.bz2 gentoo-812c61be76c27c5ba11ba2a08c21071b5349f0c4.zip |
dev-haskell/timezone-series: bump up to 0.1.9
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/timezone-series/timezone-series-0.1.9.ebuild')
-rw-r--r-- | dev-haskell/timezone-series/timezone-series-0.1.9.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/timezone-series/timezone-series-0.1.9.ebuild b/dev-haskell/timezone-series/timezone-series-0.1.9.ebuild new file mode 100644 index 000000000000..2d4017b83783 --- /dev/null +++ b/dev-haskell/timezone-series/timezone-series-0.1.9.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.6 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Enhanced timezone handling for Data.Time" +HOMEPAGE="http://projects.haskell.org/time-ng/" +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 +" |