Skip to content

Commit

Permalink
dev-haskell/gpipe: bump to 2.2.5-r2, allow newer linear
Browse files Browse the repository at this point in the history
An issue has been [opened upstream][1] to incorporate this change.

[1]: tobbebex/GPipe-Core#79

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 12, 2021
1 parent d7c5f41 commit f00b75e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RDEPEND=">=dev-haskell/boolean-0.2:=[profile?] <dev-haskell/boolean-0.3:=[profil
>=dev-haskell/exception-transformers-0.3:=[profile?] <dev-haskell/exception-transformers-0.5:=[profile?]
>=dev-haskell/gl-0.8:=[profile?]
>=dev-haskell/hashtables-1.2:=[profile?] <dev-haskell/hashtables-1.3:=[profile?]
>=dev-haskell/linear-1.18:=[profile?] <dev-haskell/linear-1.21:=[profile?]
>=dev-haskell/linear-1.18:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
Expand All @@ -37,5 +37,6 @@ src_prepare() {
default

cabal_chdeps \
'gl >= 0.8 && <= 0.9' 'gl >= 0.8'
'gl >= 0.8 && <= 0.9' 'gl >= 0.8' \
'linear >= 1.18 && < 1.21' 'linear >= 1.18'
}

0 comments on commit f00b75e

Please sign in to comment.