File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- cabal-version : >= 1.10
1+ cabal-version : 1.18
22name : old-time
3- version : 1.1.0.4
3+ version : 1.1.0.5
44-- NOTE: Don't forget to update ./changelog.md
55license : BSD3
66license-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+
3538extra-source-files :
3639 aclocal.m4
37- changelog.md
3840 config.guess
3941 config.sub
4042 configure
You can’t perform that action at this time.
0 commit comments