|
26 | 26 | category: Development |
27 | 27 | build-type: Simple |
28 | 28 | tested-with: |
29 | | - GHC ==8.6.5 |
30 | | - || ==8.8.4 |
| 29 | + GHC ==8.8.4 |
31 | 30 | || ==8.10.7 |
32 | 31 | || ==9.0.2 |
33 | 32 | || ==9.2.8 |
@@ -155,28 +154,28 @@ library haskell-ci-internal |
155 | 154 | ViewPatterns |
156 | 155 |
|
157 | 156 | 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 |
166 | 165 | , 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 |
172 | 171 |
|
173 | 172 | -- other dependencies |
174 | 173 | build-depends: |
175 | 174 | , aeson ^>=2.2.0.0 |
176 | 175 | , attoparsec ^>=0.14.1 |
177 | 176 | , base-compat ^>=0.14.0 |
178 | 177 | , base16-bytestring ^>=1.0.1.0 |
179 | | - , cabal-install-parsers ^>=0.6.1.1 |
| 178 | + , cabal-install-parsers ^>=0.6.3 |
180 | 179 | , cryptohash-sha256 ^>=0.11.101.0 |
181 | 180 | , exceptions ^>=0.10.0 |
182 | 181 | , generic-lens-lite ^>=0.1 |
|
0 commit comments