ierton / vkhs

Haskell library dealing with vkontakte social network
BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

exposed Web.VKHS.API.Base module #2

Closed onsails closed 10 years ago

onsails commented 10 years ago

The module should be exposed to fix compilation problem:

dist/dist-sandbox-467a11f/build/Web/VKHS/API/Aeson.hs:24:18:
    Could not find module ‘Web.VKHS.API.Base’
    Use -v to see a list of the files searched for.
onsails commented 10 years ago

Declaring curl as an extra-library in VKHS.cabal fixes the linking problem described in #1