Skip to content

Commit b3cf33f

Browse files
authored
Relax ghcides upper bound on base16-bytestring (#1595)
1 parent f135edb commit b3cf33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ library
101101
cryptohash-sha1 >=0.11.100 && <0.12,
102102
hie-bios >= 0.7.1 && < 0.8.0,
103103
implicit-hie-cradle >= 0.3.0.2 && < 0.4,
104-
base16-bytestring >=0.1.1 && <0.2
104+
base16-bytestring >=0.1.1 && <1.1
105105
if os(windows)
106106
build-depends:
107107
Win32

0 commit comments

Comments
 (0)