Skip to content

Commit db3192f

Browse files
committed
dev-haskell/ghcide: Bump to 1.4.2.2-r1
Restrict versions of dependency `hls-plugin-api` Bug: haskell/haskell-language-server#2382 Fix typo in `src_configure()` Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: hololeap <[email protected]>
1 parent ea681d2 commit db3192f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-haskell/ghcide/ghcide-1.4.2.2.ebuild renamed to dev-haskell/ghcide/ghcide-1.4.2.2-r1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RDEPEND="dev-haskell/aeson:=[profile?]
5252
>=dev-haskell/hie-compat-0.2.0.0:=[profile?] <dev-haskell/hie-compat-0.3:=[profile?]
5353
>=dev-haskell/hiedb-0.4.0:=[profile?] <dev-haskell/hiedb-0.4.1:=[profile?]
5454
>=dev-haskell/hls-graph-1.4:=[profile?] <dev-haskell/hls-graph-1.5:=[profile?]
55-
>=dev-haskell/hls-plugin-api-1.2.0.0:=[profile?] <dev-haskell/hls-plugin-api-1.3:=[profile?]
55+
>=dev-haskell/hls-plugin-api-1.2.0.0:=[profile?] <dev-haskell/hls-plugin-api-1.2.0.2:=[profile?]
5656
dev-haskell/hslogger:=[profile?]
5757
>=dev-haskell/implicit-hie-cradle-0.3.0.5:=[profile?] <dev-haskell/implicit-hie-cradle-0.4:=[profile?]
5858
dev-haskell/lens:=[profile?]
@@ -104,6 +104,6 @@ src_configure() {
104104
haskell-cabal_src_configure \
105105
$(cabal_flag bench-exe bench-exe) \
106106
$(cabal_flag executable executable) \
107-
$(cabal_flag test-exe test-exe)
107+
$(cabal_flag test-exe test-exe) \
108108
--flag=-ghc-patched-unboxed-bytecode
109109
}

0 commit comments

Comments
 (0)