Skip to content

Commit 5a190c5

Browse files
committed
update cabal dependencies for http-conduit 1.2.6
Needed to add a dep on conduit to get Control.Monad.Trans.Resource. Note: I kept the very tight versioned dependency, but I don't know that it's correct. 1.2.5 should still work too, I guess.
1 parent 3c30e12 commit 5a190c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ Library
152152
old-locale,
153153
HTTP,
154154
network,
155-
http-conduit == 1.2.5,
155+
http-conduit == 1.2.6,
156+
conduit,
156157
uri,
157158
failure,
158159
http-types,

0 commit comments

Comments
 (0)