Shard Quantlib.Time into it's own package?
o1lo01ol1o opened this issue · 2 comments
o1lo01ol1o commented
Hi,
We frequently run into a need to compute business days with respect to various calendars. The Quantlib.Time looks great for this task but the hmatrix
dependency is prohibitive for compiling to GHCJS / ARM / iOS.
Any chance you'd consider making it a separate package?
paulrzcz commented
Hi,
Yeah, I agree that Quantlib.Time should be a separate package. I was wondering why it is in C++ version of Quantlib.
I will start on it. It should not take much time to do.
paulrzcz commented
It is there: http://hackage.haskell.org/package/hquantlib-time
And repo is: https://github.com/paulrzcz/hquantlib-time
Feel free to contribute! Thanks for the idea!