summaryrefslogtreecommitdiff
path: root/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 09:48:14 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:02:46 +0200
commit87778f6804ac937da2632da730e2fd102d35c088 (patch)
tree6ae368c9f015745cc60a4b61481b97ebd51e568e /dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
parentd72dcf6d69305e2d484d17ff5c142ec99519b347 (diff)
downloadgentoo-87778f6804ac937da2632da730e2fd102d35c088.tar.gz
gentoo-87778f6804ac937da2632da730e2fd102d35c088.tar.bz2
gentoo-87778f6804ac937da2632da730e2fd102d35c088.zip
dev-haskell/data-binary-ieee754: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild')
-rw-r--r--dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
deleted file mode 100644
index d4fb704a32a0..000000000000
--- a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Parser/Serialiser for IEEE-754 floating-point values"
-HOMEPAGE="https://john-millikin.com/software/data-binary-ieee754/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"