dmjio / stripe

:moneybag: Stripe API
http://hackage.haskell.org/package/stripe-haskell
177 stars 74 forks source link

Landing page example no longer type checks #91

Open ocharles opened 6 years ago

ocharles commented 6 years ago

https://hackage.haskell.org/package/stripe-haskell-2.3.0/docs/Web-Stripe.html has

import Web.Stripe
import Web.Stripe.Account

But this library doesn't even have Web.Stripe.Account.

ocharles commented 6 years ago

OK, I see now I also need https://hackage.haskell.org/package/stripe-core - I think this should be mentioned somewhere. It took quite a bit of hunting!

dmjio commented 6 years ago

Yea this does seem problematic, I'd assume stripe-haskell would be re-exporting the modules from stripe-core.