Skip to content

Commit

Permalink
dev-haskell/argparser: disable broken tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jul 25, 2021
1 parent 094b044 commit 4856ddd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev-haskell/argparser/argparser-0.3.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

# ebuild generated by hackport 0.5.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: missing files
inherit haskell-cabal

DESCRIPTION="Command line parsing framework for console applications"
Expand All @@ -23,6 +23,4 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >dev-haskell/htf-0.9
dev-haskell/hunit )
"

0 comments on commit 4856ddd

Please sign in to comment.