Skip to content

Commit e6679e1

Browse files
committed
dev-haskell/portage-hs: Update live ebuild
For switch to flatparse branch and removal of hashable dep pedantic flag is re-enabled as warnings have been fixed Signed-off-by: hololeap <[email protected]>
1 parent ed307ba commit e6679e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dev-haskell/portage-hs/portage-hs-9999.ebuild

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
EAPI=8
55

6-
# ebuild generated by hackport 0.9.0.0.9999
7-
#hackport: flags: +gentoo-tests,-pedantic
6+
# ebuild generated by hackport 0.9.1.0.9999
7+
#hackport: flags: +gentoo-tests,+pedantic
88

99
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
1010
inherit haskell-cabal git-r3
@@ -19,8 +19,7 @@ CABAL_FILE="${S}/${PN}.cabal"
1919
LICENSE="AGPL-3"
2020
SLOT="0/${PV}"
2121

22-
RDEPEND="<dev-haskell/hashable-1.6:=[profile?]
23-
~dev-haskell/parsable-9999:=[profile?]
22+
RDEPEND="~dev-haskell/parsable-9999:=[profile?]
2423
<dev-haskell/text-2.2:=[profile?]
2524
>=dev-lang/ghc-9.0.2:=
2625
"
@@ -44,5 +43,5 @@ src_prepare() {
4443
src_configure() {
4544
haskell-cabal_src_configure \
4645
--flag=gentoo-tests \
47-
--flag=-pedantic
46+
--flag=pedantic
4847
}

0 commit comments

Comments
 (0)