File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : hackage-security
3
3
version : 0.6.2.3
4
- x-revision : 2
4
+ x-revision : 4
5
5
6
6
synopsis : Hackage security library
7
7
description : The hackage security library provides both server and
@@ -142,7 +142,7 @@ library
142
142
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
143
143
-- functionality, 0.5.0 changes type of serialise
144
144
tar >= 0.5 && < 0.6 ,
145
- template-haskell >= 2.7 && < 2.20 ,
145
+ template-haskell >= 2.7 && < 2.21 ,
146
146
time >= 1.2 && < 1.13 ,
147
147
transformers >= 0.3 && < 0.7 ,
148
148
zlib >= 0.5 && < 0.7 ,
@@ -296,7 +296,7 @@ test-suite TestSuite
296
296
tasty-hunit == 0.10. *,
297
297
tasty-quickcheck == 0.10. *,
298
298
QuickCheck >= 2.11 && < 2.15 ,
299
- aeson == 1.4. * || == 1.5. * || == 2.0. * || == 2.1. * ,
299
+ aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3 ,
300
300
vector >= 0.12 && < 0.14 ,
301
301
unordered-containers >= 0.2.8.0 && < 0.3 ,
302
302
temporary >= 1.2 && < 1.4
You can’t perform that action at this time.
0 commit comments