Skip to content

Commit

Permalink
dev-haskell/megaparsec: allow parser-combinators-1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Sergei Trofimovich committed Jun 14, 2018
1 parent 51e0cb6 commit eabc41f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IUSE=""
RDEPEND=">=dev-haskell/case-insensitive-1.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
>=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
>=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3.0:=[profile?]
>=dev-haskell/parser-combinators-0.4:=[profile?] <dev-haskell/parser-combinators-2.0:=[profile?]
>=dev-haskell/parser-combinators-0.4:=[profile?]
>=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
>=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
>=dev-haskell/text-0.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
Expand All @@ -33,6 +33,13 @@ DEPEND="${RDEPEND}
>=dev-haskell/hspec-expectations-0.5 <dev-haskell/hspec-expectations-0.9
>=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.12 )
"
src_prepare() {
default

cabal_chdeps \
'parser-combinators >= 0.4 && < 1.0' 'parser-combinators >= 0.4' \
'build-tools: hspec-discover >= 2.0 && < 3.0' 'build-depends: hspec-discover >= 2.0 && < 3.0'
}

src_configure() {
haskell-cabal_src_configure \
Expand Down

0 comments on commit eabc41f

Please sign in to comment.