dmjio / stripe

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

Tedious imports #52

Closed bitemyapp closed 7 years ago

bitemyapp commented 8 years ago

screenshot from 2016-10-14 16-01-18

This really should not be an error when I was already importing Web.Stripe. Is there an import that gathers everything together which I am missing?

dmjio commented 8 years ago

Web.Stripe.Error should be getting re-exported but it isn't.

3noch commented 7 years ago

Re-exported from what?

dmjio commented 7 years ago

from Web.Stripe

dmjio commented 7 years ago

Fixed in https://github.com/dmjio/stripe/pull/63