Skip to content

Commit

Permalink
dev-haskell/mtl: Make ghc version ranges more specific
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Jan 3, 2025
1 parent a9eeec1 commit 0766f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~amd64-linux ~ppc-macos"

RDEPEND="
>=dev-lang/ghc-8.10.6:=
>=dev-lang/ghc-8.10.6:= <dev-lang/ghc-9.5
"
DEPEND="${RDEPEND}
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND="
>=dev-lang/ghc-8.10.6:=
>=dev-lang/ghc-9.6:= <dev-lang/ghc-9.11
"
DEPEND="${RDEPEND}
"
Expand Down

0 comments on commit 0766f14

Please sign in to comment.