File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ common common-options
4848
4949common lib-depends
5050 build-depends : SHA ^>= 1.6
51- , base64
52- , bytestring
53- , containers
54- , exceptions
55- , hashable
51+ , base64 >= 0.4.2 && < 0.5
52+ , bytestring >= 0.11.3 && < 0.12
53+ , containers >= 0.6.5 && < 0.7
54+ , exceptions >= 0.10.4 && < 0.11
55+ , hashable >= 1.4.0 && < 1.5
5656 , http-client >= 0.5.0 && < 0.8
5757 , http-client-tls >= 0.2.0 && < 0.4
5858 , http-types >= 0.10.0 && < 0.13
59- , network-uri
60- , profunctors
59+ , network-uri >= 2.6.4 && < 2.7
60+ , profunctors >= 5.6.2 && < 5.7
6161 , retry >= 0.8 && < 0.10
6262 , text >= 0.11.1.0 && < 3
63- , time
64- , unordered-containers
63+ , time >= 1.11.1 && < 1.12
64+ , unordered-containers >= 0.2.17 && < 0.3
6565
6666library
6767 import : common-options, lib-depends
You can’t perform that action at this time.
0 commit comments