File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -184,17 +184,18 @@ library
184184 autogen-modules : Paths_github
185185
186186 -- Packages bundles with GHC, mtl and text are also here
187+ -- Lower bounds at least those of https://www.stackage.org/lts-10.0 (GHC 8.2.2)
187188 build-depends :
188189 base >= 4.10 && < 5
189- , binary >= 0.7.1.0 && < 0.11
190- , bytestring >= 0.10.4.0 && < 0.13
191- , containers >= 0.5.5.1 && < 1
192- , deepseq >= 1.3.0.2 && < 1.6
190+ , binary >= 0.8.5.1 && < 0.11
191+ , bytestring >= 0.10.8.2 && < 0.13
192+ , containers >= 0.5.10.2 && < 1
193+ , deepseq >= 1.4. 3.0 && < 1.6
193194 , exceptions >= 0.10.2 && < 0.11
194- , mtl >= 2.1.3. 1 && < 2.2 || >= 2.2.1 && < 2.4
195- , text >= 1.2.0.6 && < 2.2
195+ , mtl >= 2.2. 1 && < 2.4
196+ , text >= 1.2.2.2 && < 2.2
196197 , time >= 1.8.0.2 && < 2
197- , transformers >= 0.3.0 .0 && < 0.7
198+ , transformers >= 0.5.2 .0 && < 0.7
198199
199200 -- other packages
200201 build-depends :
You can’t perform that action at this time.
0 commit comments