@@ -64,26 +64,26 @@ library
6464 Gogol.Prelude, Gogol.Types, Gogol.Data.Base64, Gogol.Data.JSON, Gogol.Data.Time
6565
6666 build-depends :
67- , aeson >= 0.8
68- , base >= 4.12 && < 5
69- , bytestring >= 0.9
70- , case-insensitive >= 1.2
71- , conduit-extra >= 1.1
72- , crypton >= 0.34
73- , crypton-x509 >= 1.5
74- , crypton-x509-store >= 1.5
75- , directory >= 1.2
76- , exceptions >= 0.6
77- , filepath >= 1.2
67+ , aeson >= 0.8 && < 2.3
68+ , base >= 4.12 && < 5
69+ , bytestring >= 0.9 && < 0.14
70+ , case-insensitive >= 1.2 && < 1.3
71+ , conduit-extra >= 1.1 && < 1.4
72+ , crypton >= 0.34 && < 1.1
73+ , crypton-x509 >= 1.5 && < 1.8
74+ , crypton-x509-store >= 1.5 && < 1.7
75+ , directory >= 1.2 && < 1.5
76+ , exceptions >= 0.6 && < 0.12
77+ , filepath >= 1.2 && < 1.7
7878 , gogol-core ^>= 1
79- , http-client >= 0.5 && < 1
80- , http-conduit >= 2.3 && < 3
81- , http-media >= 0.6
82- , http-types >= 0.8.6
83- , lens >= 4.4
84- , memory >= 0.8
85- , mime-types >= 0.1
86- , mtl >= 2.1.3.1
87- , resourcet >= 1.1
88- , text >= 1.1
89- , time >= 1.2
79+ , http-client >= 0.5 && < 1
80+ , http-conduit >= 2.3 && < 3
81+ , http-media >= 0.6 && < 0.9
82+ , http-types >= 0.8.6 && < 0.13
83+ , lens >= 4.4 && < 5.4
84+ , memory >= 0.8 && < 0.19
85+ , mime-types >= 0.1 && < 0.2
86+ , mtl >= 2.2 && < 2.4
87+ , resourcet >= 1.1 && < 1.4
88+ , text >= 1.1 && < 2.2
89+ , time >= 1.2 && < 2
0 commit comments