hquantlib-time 0.0.5.2 → 0.0.5.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~timePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: time
API changes (from Hackage documentation)
- QuantLib.Time.Date: data DayOfWeek
+ QuantLib.Time.Date: data () => DayOfWeek
Files
- hquantlib-time.cabal +3/−3
hquantlib-time.cabal view
@@ -1,5 +1,5 @@ name: hquantlib-time-version: 0.0.5.2+version: 0.0.5.3 license: LGPL license-file: LICENSE author: Pavel Ryzhov@@ -19,7 +19,7 @@ source-repository this type: git location: https://github.com/paulrzcz/hquantlib-time.git- tag: 0.0.5.2+ tag: 0.0.5.3 flag optimize description : Enable optimizations for library and benchmarks@@ -34,7 +34,7 @@ build-depends: base >3 && <5,- time >= 1.4.0.0 && < 1.12.0.0+ time >= 1.4.0.0 && < 1.15.0.0 hs-source-dirs: src ghc-options: -Wall