Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hackage-repo-tool/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions hackage-security-HTTP/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 3 additions & 4 deletions hackage-security-HTTP/hackage-security-HTTP.cabal
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions hackage-security/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
-------

Expand Down
6 changes: 3 additions & 3 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading