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

dev-haskell/cabal-file-th: disable test, fails on cabal-3.2



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 2c5bc3b7
...@@ -5,7 +5,7 @@ EAPI=7 ...@@ -5,7 +5,7 @@ EAPI=7
# ebuild generated by hackport 0.6.6.9999 # ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="lib profile haddock hoogle hscolour" # Fails build: test-suite"
inherit haskell-cabal inherit haskell-cabal
DESCRIPTION="Template Haskell expressions for reading fields from a project's cabal file" DESCRIPTION="Template Haskell expressions for reading fields from a project's cabal file"
...@@ -17,6 +17,11 @@ SLOT="0/${PV}" ...@@ -17,6 +17,11 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
#test/Test.hs:15:95: error:
# Couldn't match type ‘Distribution.Utils.ShortText.ShortText’
# with ‘[Char]’
RESTRICT=test
RDEPEND=">=dev-haskell/cabal-1.10:=[profile?] RDEPEND=">=dev-haskell/cabal-1.10:=[profile?]
>=dev-lang/ghc-7.4.1:= >=dev-lang/ghc-7.4.1:=
" "
......
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