diff --git a/hackage-repo-tool/ChangeLog.md b/hackage-repo-tool/ChangeLog.md index cc51f8f..61b56ec 100644 --- a/hackage-repo-tool/ChangeLog.md +++ b/hackage-repo-tool/ChangeLog.md @@ -1,3 +1,8 @@ +0.1.1.5 +------- +* Relax dependency bounds for GHC 9.14. +* Remove obsolete `deriving Typeable`. + 0.1.1.4 ------- * Drop support for GHC < 8.4. diff --git a/hackage-repo-tool/hackage-repo-tool.cabal b/hackage-repo-tool/hackage-repo-tool.cabal index 182e159..17afb7b 100644 --- a/hackage-repo-tool/hackage-repo-tool.cabal +++ b/hackage-repo-tool/hackage-repo-tool.cabal @@ -1,7 +1,6 @@ -cabal-version: 1.12 +cabal-version: 1.18 name: hackage-repo-tool -version: 0.1.1.4 -x-revision: 2 +version: 0.1.1.5 build-type: Simple synopsis: Manage secure file-based package repositories @@ -37,8 +36,9 @@ tested-with: GHC == 8.6.5 GHC == 8.4.4 -extra-source-files: - ChangeLog.md README.md +extra-doc-files: + ChangeLog.md + README.md source-repository head type: git diff --git a/hackage-security-HTTP/ChangeLog.md b/hackage-security-HTTP/ChangeLog.md index 35e1b69..3d6b2e0 100644 --- a/hackage-security-HTTP/ChangeLog.md +++ b/hackage-security-HTTP/ChangeLog.md @@ -1,3 +1,8 @@ +0.1.1.3 +------- +* Relax dependency bounds for GHC 9.14. +* Remove obsolete `deriving Typeable`. + 0.1.1.2 ------- * Drop support for GHC < 8.4. diff --git a/hackage-security-HTTP/hackage-security-HTTP.cabal b/hackage-security-HTTP/hackage-security-HTTP.cabal index 200cdee..3a26dff 100644 --- a/hackage-security-HTTP/hackage-security-HTTP.cabal +++ b/hackage-security-HTTP/hackage-security-HTTP.cabal @@ -1,7 +1,6 @@ -cabal-version: 1.12 +cabal-version: 1.18 name: hackage-security-HTTP -version: 0.1.1.2 -x-revision: 1 +version: 0.1.1.3 synopsis: Hackage security bindings against the HTTP library description: The hackage security library provides a 'HttpLib' @@ -32,7 +31,7 @@ tested-with: GHC == 8.6.5 GHC == 8.4.4 -extra-source-files: +extra-doc-files: ChangeLog.md source-repository head diff --git a/hackage-security/ChangeLog.md b/hackage-security/ChangeLog.md index 402667a..3fa9831 100644 --- a/hackage-security/ChangeLog.md +++ b/hackage-security/ChangeLog.md @@ -1,5 +1,13 @@ See also http://pvp.haskell.org/faq +0.6.3.2 +------- + +* Allow `tar-0.7`. +* Relax upper bounds for GHC 9.14 shipped packages. +* Remove obsolete `deriving Typeable`. +* Tested with GHC 8.4 - 9.14 alpha1. + 0.6.3.1 ------- diff --git a/hackage-security/hackage-security.cabal b/hackage-security/hackage-security.cabal index cf58dfb..fcf1e0f 100644 --- a/hackage-security/hackage-security.cabal +++ b/hackage-security/hackage-security.cabal @@ -1,6 +1,6 @@ -cabal-version: 1.12 +cabal-version: 1.18 name: hackage-security -version: 0.6.3.1 +version: 0.6.3.2 synopsis: Hackage security library description: The hackage security library provides both server and @@ -44,7 +44,7 @@ tested-with: GHC == 8.6.5 GHC == 8.4.4 -extra-source-files: +extra-doc-files: ChangeLog.md source-repository head