rbermani / ib-api

An API for the Interactive Brokers Trader Workstation written in pure Haskell
GNU General Public License v3.0
17 stars 4 forks source link

Dependency version issue #1

Open joshmyzie2 opened 8 years ago

joshmyzie2 commented 8 years ago

I just tried installing the ib-api-0.1.0.1 and noticed that the example executable depends on ib-api <=0.1.0.0. It builds fine after changing the constraint.

I also noticed that the hackage docs don't appear to be working for 0.1.0.1 -- I'm not sure if it's related.

rbermani commented 8 years ago

Thanks for the feedback, I'll definitely look into it when I have some free time. The docs may not have built correctly on 0.1.01. This was my first hackage package, so I might not have all the idiosyncrasies figured out.

On Tue, Oct 20, 2015 at 3:00 PM, joshmyzie2 notifications@github.com wrote:

I just tried installing the ib-api-0.1.0.1 and noticed that the example executable depends on ib-api <=0.1.0.0. It builds fine after changing the constraint.

I also noticed that the hackage docs don't appear to be working for 0.1.0.1 -- I'm not sure if it's related.

— Reply to this email directly or view it on GitHub https://github.com/rbermani/ib-api/issues/1.