[Haskell-cafe] Dropbox sdk

Erik de Castro Lopo mle+hs at mega-nerd.com
Mon Jan 23 19:55:58 UTC 2017


Pieter Laeremans wrote:

> Hi all, 
> 
> I've tried using the dropbox sdk package from package today. 
> But it is a bit outdated I can't get it to compile.
> 
> I 've tried using stack init, with various resolvers.
> One of the problems seems to be that the dependencies for the
> certificate package used to 
> by dropbox-sdk,  enforces base < 4.8. 

The certificate package:

    https://hackage.haskell.org/package/certificate

is deprecated. Dropbox-sdk should be update to use the package
that replaces it:

    https://hackage.haskell.org/package/x509

> How should I best tackle this problem ? 
> Should I assume that the certificate package should be replaced by
> something else? 
> And just try to modify the code ? 

Once you replace the certificate dependency with x509 some code 
modifcations may be needed.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


More information about the Haskell-Cafe mailing list