stripe
stripe copied to clipboard
Landing page example no longer type checks
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.
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!
Yea this does seem problematic, I'd assume stripe-haskell would be re-exporting the modules from stripe-core.