summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-10 10:10:23 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-10 10:10:23 +0100
commit19f0675f77d9287c8bcd0aa215efa5d6c06c97d9 (patch)
treee7a08517ea6e564d92f50d19460328f8d6a6e323 /dev-haskell/fixed/fixed-0.3.ebuild
parentdev-haskell/findbin: update to EAPI=7 (diff)
downloadgentoo-19f0675f77d9287c8bcd0aa215efa5d6c06c97d9.tar.gz
gentoo-19f0675f77d9287c8bcd0aa215efa5d6c06c97d9.tar.bz2
gentoo-19f0675f77d9287c8bcd0aa215efa5d6c06c97d9.zip
dev-haskell/fixed: bump up to 0.3
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/fixed/fixed-0.3.ebuild')
-rw-r--r--dev-haskell/fixed/fixed-0.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/fixed/fixed-0.3.ebuild b/dev-haskell/fixed/fixed-0.3.ebuild
new file mode 100644
index 000000000000..8fdf2de68e36
--- /dev/null
+++ b/dev-haskell/fixed/fixed-0.3.ebuild
@@ -0,0 +1,24 @@
+# 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="Signed 15.16 precision fixed point arithmetic"
+HOMEPAGE="https://github.com/ekmett/fixed"
+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.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"