Skip to content

Commit f18cd2e

Browse files
committed
Remove trailing zeroes from dependency
base16-bytestring >= 0.1.1 && < 1.1.0.0 ^-- these
1 parent 56c788c commit f18cd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ library
232232
build-depends:
233233
, async >= 2.0 && < 2.3
234234
, array >= 0.4 && < 0.6
235-
, base16-bytestring >= 0.1.1 && < 1.1.0.0
235+
, base16-bytestring >= 0.1.1 && < 1.1
236236
, binary >= 0.7.3 && < 0.9
237237
, bytestring >= 0.10.6.0 && < 0.13
238238
, containers >= 0.5.6.2 && < 0.9

0 commit comments

Comments
 (0)