@@ -219,6 +219,7 @@ library
219219 Distribution.Client.Win32SelfUpgrade
220220
221221 build-depends :
222+ <<<<<<< HEAD
222223 async >= 2.0 && < 2.3 ,
223224 array >= 0.4 && < 0.6 ,
224225 base16-bytestring >= 0.1.1 && < 1.1 ,
@@ -249,6 +250,38 @@ library
249250 regex-posix >= 0.96.0.0 && < 0.97 ,
250251 safe-exceptions >= 0.1.7.0 && < 0.2 ,
251252 semaphore-compat >= 1.0.0 && < 1.1
253+ =======
254+ , async >= 2.0 && < 2.3
255+ , array >= 0.4 && < 0.6
256+ , base16-bytestring >= 0.1.1 && < 1.1
257+ , binary >= 0.7.3 && < 0.9
258+ , bytestring >= 0.10.6.0 && < 0.13
259+ , containers >= 0.5.6.2 && < 0.9
260+ , cryptohash-sha256 >= 0.11 && < 0.12
261+ , directory >= 1.3.7.0 && < 1.4
262+ , echo >= 0.1.3 && < 0.2
263+ , edit-distance >= 0.2.2 && < 0.3
264+ , exceptions >= 0.10.4 && < 0.11
265+ , filepath >= 1.4.0.0 && < 1.6
266+ , HTTP >= 4000.1.5 && < 4000.5
267+ , mtl >= 2.0 && < 2.4
268+ , network-uri >= 2.6.0.2 && < 2.7
269+ , pretty >= 1.1 && < 1.2
270+ , process >= 1.2.3.0 && < 1.7
271+ , random >= 1.2 && < 1.4
272+ , stm >= 2.0 && < 2.6
273+ , tar >= 0.5.0.3 && < 0.7
274+ , time >= 1.5.0.1 && < 1.16
275+ , zlib >= 0.5.3 && < 0.8
276+ , hackage-security >= 0.6.2.0 && < 0.7
277+ , text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2
278+ , parsec >= 3.1.13.0 && < 3.2
279+ , open-browser >= 0.2.1.0 && < 0.5
280+ , regex-base >= 0.94.0.0 && < 0.95
281+ , regex-posix >= 0.96.0.0 && < 0.97
282+ , safe-exceptions >= 0.1.7.0 && < 0.2
283+ , semaphore-compat >= 1.0.0 && < 1.1
284+ >>>>>>> 9 d8968ed2 (update `time` to 1.15)
252285
253286 if flag(native-dns)
254287 if os(windows)
0 commit comments