summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-29 11:58:32 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:00:23 +0100
commit4c3b7ffc7169b3729dbe583970909edf6fceeaa3 (patch)
tree9a1e7043f926e341e411bb45681038b6cf1e0512 /dev-haskell/haddock-api/haddock-api-2.23.1.ebuild
parentdev-haskell/ghc-paths: bump up to 0.1.0.12 (diff)
downloadgentoo-4c3b7ffc7169b3729dbe583970909edf6fceeaa3.tar.gz
gentoo-4c3b7ffc7169b3729dbe583970909edf6fceeaa3.tar.bz2
gentoo-4c3b7ffc7169b3729dbe583970909edf6fceeaa3.zip
dev-haskell/haddock-api: bump up to 2.23.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/haddock-api/haddock-api-2.23.1.ebuild')
-rw-r--r--dev-haskell/haddock-api/haddock-api-2.23.1.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/haddock-api/haddock-api-2.23.1.ebuild b/dev-haskell/haddock-api/haddock-api-2.23.1.ebuild
new file mode 100644
index 000000000000..3d0bd06d30c6
--- /dev/null
+++ b/dev-haskell/haddock-api/haddock-api-2.23.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A documentation-generation tool for Haskell libraries"
+HOMEPAGE="http://www.haskell.org/haddock/"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+# keep in sync with ghc-8.8
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-haskell/ghc-paths-0.1.0.9:=[profile?] <dev-haskell/ghc-paths-0.2:=[profile?]
+ >=dev-haskell/haddock-library-1.8.0:=[profile?] <dev-haskell/haddock-library-1.9:=[profile?]
+ >=dev-haskell/xhtml-3000.2.2:=[profile?] <dev-haskell/xhtml-3000.3:=[profile?]
+ >=dev-lang/ghc-8.8.2:=[profile?] <dev-lang/ghc-8.9:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+ test? ( >=dev-haskell/ghc-paths-0.1.0.12 <dev-haskell/ghc-paths-0.2
+ >=dev-haskell/hspec-2.4.4 <dev-haskell/hspec-2.8
+ >=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.14 )
+"