time-domain 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+17/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- time-domain.cabal +13/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for time-domain +## 0.1.0.5++* Support GHC 9.10+ ## 0.1.0.4 * Relax time version bounds
time-domain.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: time-domain-version: 0.1.0.4+version: 0.1.0.5 license: MIT license-file: LICENSE author: Manuel Bärenz@@ -12,6 +12,17 @@ extra-source-files: CHANGELOG.md category: FRP homepage: https://github.com/turion/time-domain/++tested-with:+ ghc ==8.8.4+ ghc ==8.10.7+ ghc ==9.0.2+ ghc ==9.2.8+ ghc ==9.4.8+ ghc ==9.6.3+ ghc ==9.8.1+ ghc ==9.10.1+ source-repository head type: git location: https://github.com/turion/time-domain.git@@ -23,7 +34,7 @@ library exposed-modules: Data.TimeDomain build-depends:- base >= 4.13.0 && < 4.20+ base >= 4.13.0 && < 4.21 , time >= 1.12 && < 1.15 hs-source-dirs: src default-language: Haskell2010