diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-15 23:25:16 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 10:21:53 +0000 |
commit | 0eff55912699e2d13fb6591a248ec22b06a78d63 (patch) | |
tree | 8f7ddf5d7ef044d7fea8b4f57cc1b488e79e90bb /dev-haskell/fixed/fixed-0.2.1.1.ebuild | |
parent | dev-haskell/contravariant: bump up to 1.4 (diff) | |
download | gentoo-0eff55912699e2d13fb6591a248ec22b06a78d63.tar.gz gentoo-0eff55912699e2d13fb6591a248ec22b06a78d63.tar.bz2 gentoo-0eff55912699e2d13fb6591a248ec22b06a78d63.zip |
dev-haskell/fixed: new package for dev-haskell/openglraw-3.2.4.0
Signed 15.16 precision fixed point arithmetic
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/fixed/fixed-0.2.1.1.ebuild')
-rw-r--r-- | dev-haskell/fixed/fixed-0.2.1.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/fixed/fixed-0.2.1.1.ebuild b/dev-haskell/fixed/fixed-0.2.1.1.ebuild new file mode 100644 index 000000000000..06d7f579f4ee --- /dev/null +++ b/dev-haskell/fixed/fixed-0.2.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Signed 15.16 precision fixed point arithmetic" +HOMEPAGE="https://github.com/ekmett/fixed" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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 +" |