@@ -108,38 +108,37 @@ library
108
108
Hackage.Security.Util.Stack
109
109
Hackage.Security.Util.TypedEmbedded
110
110
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 ,
123
123
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
124
124
-- 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 ,
129
129
zlib >= 0.5 && < 0.8 ,
130
130
-- whatever versions are bundled with ghc:
131
- ghc-prim
131
+ ghc-prim >= 0.5.2 && < 0.12
132
132
133
133
if flag(lukko)
134
134
build-depends : lukko >= 0.1 && < 0.2
135
135
else
136
136
build-depends : base >= 4.11
137
137
138
- if flag(Cabal-syntax) && impl(ghc >= 8.2 )
138
+ if flag(Cabal-syntax)
139
139
build-depends : Cabal-syntax >= 3.7 && < 3.12
140
140
else
141
- build-depends : Cabal >= 1.14 && < 1.26
142
- || >= 2.0 && < 2.6
141
+ build-depends : Cabal >= 2.2.0.1 && < 2.6
143
142
|| >= 3.0 && < 3.7 ,
144
143
Cabal-syntax < 3.7
145
144
@@ -240,12 +239,11 @@ test-suite TestSuite
240
239
time,
241
240
zlib
242
241
243
- if flag(Cabal-syntax) && impl(ghc >= 8.2 )
242
+ if flag(Cabal-syntax)
244
243
build-depends : Cabal >= 3.7 && < 3.12 ,
245
244
Cabal-syntax >= 3.7 && < 3.12
246
245
else
247
- build-depends : Cabal >= 1.14 && < 1.26
248
- || >= 2.0 && < 2.6
246
+ build-depends : Cabal >= 2.2.0.1 && < 2.6
249
247
|| >= 3.0 && < 3.7 ,
250
248
Cabal-syntax < 3.7
251
249
0 commit comments