Unverified Commit 21447140 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

dev-haskell/ghc-exactprint: regenerate ebuid for missing depends



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 914a7353
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
EAPI=7 EAPI=7
# ebuild generated by hackport 0.6.5.9999 # ebuild generated by hackport 0.6.7.9999
#hackport: flags: -dev #hackport: flags: -dev
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
...@@ -18,17 +18,24 @@ SLOT="0/${PV}" ...@@ -18,17 +18,24 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="roundtrip" IUSE="roundtrip"
RDEPEND=">=dev-lang/ghc-7.4.1:= RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
>=dev-haskell/free-4.12:=[profile?]
>=dev-haskell/ghc-paths-0.1:=[profile?]
>=dev-haskell/mtl-2.2.1:=[profile?]
>=dev-haskell/syb-0.5:=[profile?]
>=dev-lang/ghc-7.10.2:=
roundtrip? ( dev-haskell/diff:=[profile?] roundtrip? ( dev-haskell/diff:=[profile?]
dev-haskell/filemanip:=[profile?] dev-haskell/filemanip:=[profile?]
>=dev-haskell/ghc-paths-0.1:=[profile?]
dev-haskell/hunit:=[profile?] dev-haskell/hunit:=[profile?]
>=dev-haskell/text-1.2.2:=[profile?] >=dev-haskell/text-1.2.2:=[profile?]
>=dev-haskell/turtle-1.3.0:=[profile?] >=dev-haskell/turtle-1.3.0:=[profile?] )
>=dev-lang/ghc-7.10.2:=[profile?] )
" "
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10 >=dev-haskell/cabal-1.22.2.0
test? ( >=dev-haskell/filemanip-0.3
>=dev-haskell/hunit-1.2
>=dev-haskell/silently-1.2
!roundtrip? ( dev-haskell/diff ) )
" "
src_configure() { src_configure() {
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
<email>haskell@gentoo.org</email> <email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name> <name>Gentoo Haskell</name>
</maintainer> </maintainer>
<use>
<flag name="roundtrip">Build roundtripping executables</flag>
</use>
<longdescription> <longdescription>
Using the API Annotations available from GHC 7.10.2, this Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can library provides a means to round trip any code that can
...@@ -22,10 +25,10 @@ ...@@ -22,10 +25,10 @@
* Print - converts an AST and its annotations to * Print - converts an AST and its annotations to
properly formatted source text. properly formatted source text.
* Pretty - adds annotations to an AST (fragment) so that
the output can be parsed back to the same AST.
Note: requires GHC 7.10.2 or later Note: requires GHC 7.10.2 or later
</longdescription> </longdescription>
<use>
<flag name="roundtrip">Build roundtripping executables</flag>
</use>
</pkgmetadata> </pkgmetadata>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment