Skip to content

Commit 355eb48

Browse files
committed
Bump dependency lower bounds to at least Stackage LTS 10.0 (GHC 8.2.2)
1 parent 7076a46 commit 355eb48

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

github.cabal

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)