@@ -26,8 +26,7 @@ maintainer: hvr@gnu.org
2626category : Development
2727build-type : Simple
2828tested-with :
29- GHC == 8.6.5
30- || == 8.8.4
29+ GHC == 8.8.4
3130 || == 8.10.7
3231 || == 9.0.2
3332 || == 9.2.8
@@ -155,28 +154,28 @@ library haskell-ci-internal
155154 ViewPatterns
156155
157156 build-depends :
158- , base >= 4.12 && < 4.21
159- , binary ^>= 0.8.5.1
160- , bytestring ^>= 0.10.8 .1 || ^>= 0.11.1.0 || ^>= 0.12.0.2
161- , Cabal-syntax ^>= 3.12.0 .0
162- , containers ^>= 0.6.0 .1 || ^>= 0.7
163- , deepseq ^>= 1.4.2 .0 || ^>= 1.5.0.0
164- , directory ^>= 1.3.0 .0
165- , filepath ^>= 1.4.1 .1 || ^>= 1.5.2.0
157+ , base >= 4.13 && < 4.21
158+ , binary ^>= 0.8.7.0
159+ , bytestring ^>= 0.10.10 .1 || ^>= 0.11.1.0 || ^>= 0.12.0.2
160+ , Cabal-syntax ^>= 3.14.2 .0
161+ , containers ^>= 0.6.2 .1 || ^>= 0.7
162+ , deepseq ^>= 1.4.4 .0 || ^>= 1.5.0.0
163+ , directory ^>= 1.3.6 .0
164+ , filepath ^>= 1.4.2 .1 || ^>= 1.5.2.0
166165 , mtl ^>= 2.2.2 || ^>= 2.3.1
167- , parsec ^>= 3.1.13 .0
168- , pretty ^>= 1.1.3.3
169- , process ^>= 1.4.3.0 || ^ >= 1.6.1 .0
170- , text ^>= 1.2.3 .0 || ^>= 2.0.1 || ^>= 2.1
171- , transformers ^>= 0.5.2.0 || ^>= 0.6.1.0
166+ , parsec ^>= 3.1.14 .0
167+ , pretty ^>= 1.1.3.6
168+ , process ^>= 1.6.9 .0
169+ , text ^>= 1.2.4 .0 || ^>= 2.0.1 || ^>= 2.1
170+ , transformers ^>= 0.5.6.2 || ^>= 0.6.1.0
172171
173172 -- other dependencies
174173 build-depends :
175174 , aeson ^>= 2.2.0.0
176175 , attoparsec ^>= 0.14.1
177176 , base-compat ^>= 0.14.0
178177 , base16-bytestring ^>= 1.0.1.0
179- , cabal-install-parsers ^>= 0.6.1.1
178+ , cabal-install-parsers ^>= 0.6.3
180179 , cryptohash-sha256 ^>= 0.11.101.0
181180 , exceptions ^>= 0.10.0
182181 , generic-lens-lite ^>= 0.1
0 commit comments