Skip to content

Commit 34a186e

Browse files
authored
Use crypton-connection instead of connection (#191)
The connection package is not maintained anymore and doesn't work with GHC 9.6
1 parent 45e88d8 commit 34a186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minio-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ common base-settings
114114
, case-insensitive >= 1.2
115115
, conduit >= 1.3
116116
, conduit-extra >= 1.3
117-
, connection
117+
, crypton-connection
118118
, cryptonite >= 0.25
119119
, cryptonite-conduit >= 0.2
120120
, digest >= 0.0.1

0 commit comments

Comments
 (0)