Bump hie-bios bounds (#744)

This commit is contained in:
maralorn 2020-09-02 20:18:57 +02:00 committed by GitHub
parent b76ef4261c
commit 3e1b362094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ library
ghc-check,
ghc-paths,
cryptohash-sha1 >=0.11.100 && <0.12,
hie-bios == 0.6.*,
hie-bios >= 0.6.0 && < 0.8.0,
base16-bytestring >=0.1.1 && <0.2
if os(windows)
build-depends:
@ -273,7 +273,7 @@ executable ghcide
hashable,
haskell-lsp,
haskell-lsp-types,
hie-bios >= 0.6.0 && < 0.7,
hie-bios >= 0.6.0 && < 0.8,
ghcide,
lens,
optparse-applicative,