windows - How to make cabal to list necessary libraries, and provide me the choose of their versions without automatical installation? -


i encountered inconvenience when builded package: gtk. when wrote cabal install gtk-0.12.4 trying build upon modern dependence libraries. , failed. had track install necessary versions of dependence libraries.

is there convenient way make cabal tell me, dependencies should installed, , installed them myself, choosing necessary version?

p. s.: installation talking described here: https://stackoverflow.com/a/22283107/2815429

you can start with

cabal install --dry-run --only-dependencies gtk-0.12.4 

and @ do. either install them manually, said, or add --constraint some-dependency==1.2.3.4 or similar parameters until satisfied version selection, , have cabal install in 1 go.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -