Skip to content

Commit

Permalink
set version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Feb 29, 2024
1 parent c6a718e commit 3e5a7ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [next]
## [1.14]
- add Lift instances to all types
- add Generic instances to all types that have exposed constructors
- fix show of CalendarDiffTime
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Haskell time package],[1.12.2],[[email protected]],[time])
AC_INIT([Haskell time package],[1.14],[[email protected]],[time])

# Safety check: Ensure that we are in the correct source directory.
AC_CONFIG_SRCDIR([lib/include/HsTime.h])
Expand Down
5 changes: 3 additions & 2 deletions lib/Data/Time/Calendar/CalendarDiffDays.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ data CalendarDiffDays = CalendarDiffDays
Data
, -- | @since 1.9.2
Typeable
, -- | @since 1.13.0
, -- | @since 1.14
TH.Lift
, Generic
, -- | @since 1.14
Generic
)

instance NFData CalendarDiffDays where
Expand Down
2 changes: 1 addition & 1 deletion time.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: time
version: 1.12.2
version: 1.14
stability: stable
license: BSD-2-Clause
license-file: LICENSE
Expand Down

0 comments on commit 3e5a7ed

Please sign in to comment.