@@ -21,8 +21,11 @@ copyright: Copyright 2015 Well-Typed LLP
2121category : Distribution
2222homepage : https://github.com/haskell/hackage-security
2323bug-reports : https://github.com/haskell/hackage-security/issues
24- tested-with : GHC== 8.10.1 , GHC== 8.8.3 , GHC== 8.6.5 , GHC== 8.4.4 , GHC== 8.2.2 , GHC== 8.0.2 ,
25- GHC== 7.10.3 , GHC== 7.8.4 , GHC== 7.6.3 , GHC== 7.4.2
24+
25+ tested-with :
26+ GHC== 9.2.1 , GHC== 9.0.2 ,
27+ GHC== 8.10.7 , GHC== 8.8.4 , GHC== 8.6.5 , GHC== 8.4.4 , GHC== 8.2.2 , GHC== 8.0.2 ,
28+ GHC== 7.10.3 , GHC== 7.8.4 , GHC== 7.6.3 , GHC== 7.4.2
2629
2730extra-source-files :
2831 ChangeLog.md README.md
@@ -56,11 +59,11 @@ executable hackage-repo-tool
5659
5760 -- For boot libraries we try to accomodate the versions bundled with
5861 -- the respective GHC release
59- build-depends : base >= 4.5 && < 4.16 ,
62+ build-depends : base >= 4.5 && < 4.17 ,
6063 bytestring >= 0.9 && < 0.12 ,
6164 directory >= 1.1 && < 1.4 ,
6265 filepath >= 1.3 && < 1.5 ,
63- time >= 1.4 && < 1.10
66+ time >= 1.4 && < 1.13
6467 if !os(windows)
6568 build-depends : unix >= 2.5 && < 2.8
6669
@@ -73,7 +76,7 @@ executable hackage-repo-tool
7376 -- For non-boot libraries we try to support single major versions
7477 -- to reduce the risk of semantic differences
7578 build-depends : microlens >= 0.4.11.2 && < 0.5 ,
76- optparse-applicative >= 0.15.1 && < 0.16 ,
79+ optparse-applicative >= 0.15.1 && < 0.18 ,
7780 tar >= 0.5 && < 0.6 ,
7881 zlib >= 0.6 && < 0.7 ,
7982 hackage-security >= 0.6 && < 0.7
0 commit comments