packages feed

fuzzy-time 0.3.0.0 → 0.3.0.1

raw patch · 3 files changed

+10/−2 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Data.FuzzyTime.Types: data () => DayOfWeek
+ Data.FuzzyTime.Types: data DayOfWeek

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.3.0.1] - 2025-07-15++### Added++* Support for time >= 1.14+ ## [0.3.0.0] - 2023-05-18  ### Added
fuzzy-time.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack  name:           fuzzy-time-version:        0.3.0.0+version:        0.3.0.1 description:    Fuzzy time types, parsing and resolution category:       Time homepage:       https://github.com/NorfairKing/fuzzy-time
src/Data/FuzzyTime/Types.hs view
@@ -124,7 +124,9 @@  instance NFData FuzzyDay +#if !MIN_VERSION_time(1,14,0) deriving instance Generic DayOfWeek+#endif  #if !MIN_VERSION_time(1,11,1) instance NFData DayOfWeek