Skip to content

Commit 6a8938b

Browse files
committed
Bump hackage-repo-tool to 0.1.1.5 and ChangeLog
1 parent 4e7fe8c commit 6a8938b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

hackage-repo-tool/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.1.5
2+
-------
3+
* Relax dependency bounds for GHC 9.14.
4+
* Remove obsolete `deriving Typeable`.
5+
16
0.1.1.4
27
-------
38
* Drop support for GHC < 8.4.

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
cabal-version: 1.12
1+
cabal-version: 1.18
22
name: hackage-repo-tool
3-
version: 0.1.1.4
4-
x-revision: 2
3+
version: 0.1.1.5
54

65
build-type: Simple
76
synopsis: Manage secure file-based package repositories
@@ -37,8 +36,9 @@ tested-with:
3736
GHC == 8.6.5
3837
GHC == 8.4.4
3938

40-
extra-source-files:
41-
ChangeLog.md README.md
39+
extra-doc-files:
40+
ChangeLog.md
41+
README.md
4242

4343
source-repository head
4444
type: git

0 commit comments

Comments
 (0)