@@ -108,38 +108,37 @@ library
108108 Hackage.Security.Util.Stack
109109 Hackage.Security.Util.TypedEmbedded
110110
111- build-depends : base >= 4.11 && < 4.20 ,
112- base16-bytestring >= 0.1.1 && < 1.1 ,
113- base64-bytestring >= 1.0 && < 1.3 ,
114- bytestring >= 0.9 && < 0.13 ,
115- containers >= 0.4 && < 0.8 ,
116- cryptohash-sha256 >= 0.11 && < 0.12 ,
117- directory >= 1.2.2 && < 1.4 ,
118- ed25519 >= 0.0 && < 0.1 ,
119- filepath >= 1.2 && < 1.5 ,
120- mtl >= 2.2 && < 2.4 ,
121- parsec >= 3.1 && < 3.2 ,
122- pretty >= 1.0 && < 1.2 ,
111+ build-depends : base >= 4.11 && < 4.20 ,
112+ base16-bytestring >= 0.1.1 && < 1.1 ,
113+ base64-bytestring >= 1.0 && < 1.3 ,
114+ bytestring >= 0.10.8.2 && < 0.13 ,
115+ containers >= 0.5.11 && < 0.8 ,
116+ cryptohash-sha256 >= 0.11 && < 0.12 ,
117+ directory >= 1.3.1.5 && < 1.4 ,
118+ ed25519 >= 0.0 && < 0.1 ,
119+ filepath >= 1.4.2 && < 1.5 ,
120+ mtl >= 2.2.2 && < 2.4 ,
121+ parsec >= 3.1.13 && < 3.2 ,
122+ pretty >= 1.0 && < 1.2 ,
123123 -- 0.4.2 introduces TarIndex, 0.4.4 introduces more
124124 -- functionality, 0.5.0 changes type of serialise
125- tar >= 0.5 && < 0.7 ,
126- template-haskell >= 2.7 && < 2.22 ,
127- time >= 1.5 && < 1.13 ,
128- transformers >= 0.3 && < 0.7 ,
125+ tar >= 0.5 && < 0.7 ,
126+ template-haskell >= 2.13 && < 2.22 ,
127+ time >= 1.8.0.2 && < 1.13 ,
128+ transformers >= 0.3 && < 0.7 ,
129129 zlib >= 0.5 && < 0.8 ,
130130 -- whatever versions are bundled with ghc:
131- ghc-prim
131+ ghc-prim >= 0.5.2 && < 0.12
132132
133133 if flag(lukko)
134134 build-depends : lukko >= 0.1 && < 0.2
135135 else
136136 build-depends : base >= 4.11
137137
138- if flag(Cabal-syntax) && impl(ghc >= 8.2 )
138+ if flag(Cabal-syntax)
139139 build-depends : Cabal-syntax >= 3.7 && < 3.12
140140 else
141- build-depends : Cabal >= 1.14 && < 1.26
142- || >= 2.0 && < 2.6
141+ build-depends : Cabal >= 2.2.0.1 && < 2.6
143142 || >= 3.0 && < 3.7 ,
144143 Cabal-syntax < 3.7
145144
@@ -240,12 +239,11 @@ test-suite TestSuite
240239 time,
241240 zlib
242241
243- if flag(Cabal-syntax) && impl(ghc >= 8.2 )
242+ if flag(Cabal-syntax)
244243 build-depends : Cabal >= 3.7 && < 3.12 ,
245244 Cabal-syntax >= 3.7 && < 3.12
246245 else
247- build-depends : Cabal >= 1.14 && < 1.26
248- || >= 2.0 && < 2.6
246+ build-depends : Cabal >= 2.2.0.1 && < 2.6
249247 || >= 3.0 && < 3.7 ,
250248 Cabal-syntax < 3.7
251249
0 commit comments