@@ -39,25 +39,28 @@ library
3939 hs-source-dirs : src
4040
4141 build-depends :
42- Cabal-syntax ^>= 3.15 ,
43- array >= 0.4.0.1 && < 0.6 ,
44- base >= 4.13 && < 5 ,
45- bytestring >= 0.10.0.0 && < 0.13 ,
46- containers >= 0.5.0.0 && < 0.8 ,
47- deepseq >= 1.3.0.1 && < 1.7 ,
48- directory >= 1.2 && < 1.4 ,
49- filepath >= 1.3.0.1 && < 1.6 ,
50- pretty >= 1.1.1 && < 1.2 ,
51- process >= 1.2.1.0 && < 1.7 ,
52- time >= 1.4.0.1 && < 1.15
42+ , Cabal-syntax ^>= 3.15
43+ , array >= 0.4.0.1 && < 0.6
44+ , base >= 4.13 && < 5
45+ , bytestring >= 0.10.0.0 && < 0.13
46+ , containers >= 0.5.0.0 && < 0.8
47+ , deepseq >= 1.3.0.1 && < 1.7
48+ , directory >= 1.2 && < 1.4
49+ , filepath >= 1.3.0.1 && < 1.6
50+ , pretty >= 1.1.1 && < 1.2
51+ , process >= 1.2.1.0 && < 1.7
52+ , time >= 1.4.0.1 && < 1.15
5353
5454 if os(windows)
55- build-depends : Win32 >= 2.3.0.0 && < 2.15
55+ build-depends :
56+ , Win32 >= 2.3.0.0 && < 2.15
5657 else
57- build-depends : unix >= 2.8.6.0 && < 2.9
58+ build-depends :
59+ , unix >= 2.8.6.0 && < 2.9
5860
5961 if flag(git-rev)
60- build-depends : githash ^>= 0.1.7.0
62+ build-depends :
63+ , githash ^>= 0.1.7.0
6164 cpp-options : -DGIT_REV
6265
6366 ghc-options :
@@ -328,9 +331,9 @@ library
328331 build-depends :
329332 -- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
330333 -- See also https://github.com/ekmett/transformers-compat/issues/35
331- transformers (>= 0.3 && < 0.4 ) || (>= 0.4.1.0 && < 0.7 ),
332- mtl >= 2.1 && < 2.4 ,
333- parsec >= 3.1.13.0 && < 3.2
334+ , transformers (>= 0.3 && < 0.4 ) || (>= 0.4.1.0 && < 0.7 )
335+ , mtl >= 2.1 && < 2.4
336+ , parsec >= 3.1.13.0 && < 3.2
334337
335338 other-modules :
336339 Distribution.Backpack.PreExistingComponent
0 commit comments