Skip to content

Commit bca41c8

Browse files
committed
v1.1.0.5: CHANGELOG
1 parent d0d43ba commit bca41c8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for [`old-time` package](http://hackage.haskell.org/package/old-time)
22

3+
## 1.1.0.5 *Jan 2026*
4+
5+
* Remove unused `includes` field in `.cabal` file
6+
(Simon Hengel, [PR #17](https://github.com/haskell/old-time/pull/17)).
7+
* Bump `cabal-version` to 1.18.
8+
* Build tested with GHC 8.0 - 9.14.1.
9+
310
## 1.1.0.4 *Dec 2023*
411

512
* Add `build-tools: hsc2hs` to `old-time.cabal` for compilation with GHC 8.

old-time.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: >=1.10
1+
cabal-version: 1.18
22
name: old-time
3-
version: 1.1.0.4
3+
version: 1.1.0.5
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD3
66
license-file: LICENSE
@@ -32,9 +32,11 @@ tested-with:
3232
GHC == 8.2.2
3333
GHC == 8.0.2
3434

35+
extra-doc-files:
36+
changelog.md
37+
3538
extra-source-files:
3639
aclocal.m4
37-
changelog.md
3840
config.guess
3941
config.sub
4042
configure

0 commit comments

Comments
 (0)