time-domain 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- time-domain.cabal +5/−5
time-domain.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: time-domain-version: 0.1.0.1+version: 0.1.0.2 license: MIT license-file: LICENSE author: Manuel Bärenz@@ -14,16 +14,16 @@ homepage: https://github.com/turion/time-domain/ source-repository head type: git- location: git@github.com:turion/time-domain.git+ location: https://github.com/turion/time-domain.git source-repository this type: git- location: git@github.com:turion/time-domain.git- tag: v0.1.0.1+ location: https://github.com/turion/time-domain.git+ tag: v0.1.0.2 library exposed-modules: Data.TimeDomain build-depends:- base >= 4.13.0 && <= 4.18+ base >= 4.13.0 && <= 4.19 , time >= 1.9 hs-source-dirs: src default-language: Haskell2010