Skip to content

Commit a14889f

Browse files
committed
Bump to aeson-2.2 and latest TH
1 parent 8de8ede commit a14889f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hackage-security/hackage-security.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: hackage-security
33
version: 0.6.2.3
4-
x-revision: 2
4+
x-revision: 4
55

66
synopsis: Hackage security library
77
description: The hackage security library provides both server and
@@ -142,7 +142,7 @@ library
142142
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
143143
-- functionality, 0.5.0 changes type of serialise
144144
tar >= 0.5 && < 0.6,
145-
template-haskell >= 2.7 && < 2.20,
145+
template-haskell >= 2.7 && < 2.21,
146146
time >= 1.2 && < 1.13,
147147
transformers >= 0.3 && < 0.7,
148148
zlib >= 0.5 && < 0.7,
@@ -296,7 +296,7 @@ test-suite TestSuite
296296
tasty-hunit == 0.10.*,
297297
tasty-quickcheck == 0.10.*,
298298
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,
300300
vector >= 0.12 && <0.14,
301301
unordered-containers >=0.2.8.0 && <0.3,
302302
temporary >= 1.2 && < 1.4

0 commit comments

Comments
 (0)