prowdsponsor / mangopay

Haskell bindings for the MangoPay payment provider API.
http://hackage.haskell.org/package/mangopay
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Hackage lists a huge list of dependencies #4

Open meteficha opened 10 years ago

meteficha commented 10 years ago

http://hackage.haskell.org/package/yesod-mangopay-1.3

I think that the problem is that Hackage only ignores (for listing purposes) the dependencies of the test suites, not the dependencies of the executables .

JPMoresmau commented 10 years ago

You want me to cut the package in two?

meteficha commented 10 years ago

I was wondering if we could just turn the executable into a test suite. Is that too evil? =)