stripe icon indicating copy to clipboard operation
stripe copied to clipboard

Landing page example no longer type checks

Open ocharles opened this issue 8 years ago • 2 comments

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 avatar Jan 26 '18 12:01 ocharles

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!

ocharles avatar Jan 26 '18 12:01 ocharles

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

dmjio avatar Jan 26 '18 18:01 dmjio