Skip to content

Commit eae375f

Browse files
committed
Also bump the dep of template-haskell, catching up with @Bodigrim's revision
1 parent 6ee92cd commit eae375f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: hackage-security
33
version: 0.6.0.1
4+
x-revision: 9
45

56
synopsis: Hackage security library
67
description: The hackage security library provides both server and
@@ -126,7 +127,7 @@ library
126127
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
127128
-- functionality, 0.5.0 changes type of serialise
128129
tar >= 0.5 && < 0.6,
129-
template-haskell >= 2.7 && < 2.17,
130+
template-haskell >= 2.7 && < 2.19,
130131
time >= 1.2 && < 1.13,
131132
transformers >= 0.3 && < 0.6,
132133
zlib >= 0.5 && < 0.7,

0 commit comments

Comments
 (0)