time-domain 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basedep ~timePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, time
API changes (from Hackage documentation)
- Data.TimeDomain: data UTCTime
+ Data.TimeDomain: data () => UTCTime
Files
- CHANGELOG.md +4/−0
- time-domain.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for time-domain +## 0.1.0.4++* Relax time version bounds+ ## 0.1.0.3 * Support GHC 9.8
time-domain.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: time-domain-version: 0.1.0.3+version: 0.1.0.4 license: MIT license-file: LICENSE author: Manuel Bärenz@@ -18,13 +18,13 @@ source-repository this type: git location: https://github.com/turion/time-domain.git- tag: v0.1.0.3+ tag: v0.1.0.4 library exposed-modules: Data.TimeDomain build-depends:- base >= 4.13.0 && <= 4.20- , time ^>= 1.12+ base >= 4.13.0 && < 4.20+ , time >= 1.12 && < 1.15 hs-source-dirs: src default-language: Haskell2010 ghc-options: -W