diff options
Diffstat (limited to 'dev-haskell/ieee754/ieee754-0.7.6.ebuild')
-rw-r--r-- | dev-haskell/ieee754/ieee754-0.7.6.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/ieee754/ieee754-0.7.6.ebuild b/dev-haskell/ieee754/ieee754-0.7.6.ebuild deleted file mode 100644 index 55ce5486cd2d..000000000000 --- a/dev-haskell/ieee754/ieee754-0.7.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.3 - -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="mirror://hackage/packages/archive/${PN}/${PV}/${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.2.0 -" |