diff options
| author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:08:14 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:47 +0100 |
| commit | 18f214e560eeb17bd9c79d83a81e909e4a2929de (patch) | |
| tree | f193608b39672b368d3c50437fa4472e2a3bfdc3 /dev-haskell/ieee754/ieee754-0.8.0.ebuild | |
| parent | b99cfff39943c183cb6fdc59ebc644c68a16da1a (diff) | |
| download | gentoo-18f214e560eeb17bd9c79d83a81e909e4a2929de.tar.gz gentoo-18f214e560eeb17bd9c79d83a81e909e4a2929de.tar.bz2 gentoo-18f214e560eeb17bd9c79d83a81e909e4a2929de.zip | |
dev-haskell/ieee754: add 0.8.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/ieee754/ieee754-0.8.0.ebuild')
| -rw-r--r-- | dev-haskell/ieee754/ieee754-0.8.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/ieee754/ieee754-0.8.0.ebuild b/dev-haskell/ieee754/ieee754-0.8.0.ebuild new file mode 100644 index 000000000000..15676d09bd55 --- /dev/null +++ b/dev-haskell/ieee754/ieee754-0.8.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Utilities for dealing with IEEE floating point numbers" +HOMEPAGE="https://github.com/patperry/hs-ieee754" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.0 +" |
