I have a project with several stack packages, where "multi-package" is zip-conduit-0.2.2.2 (I needed to configure some versions of the dependencies in order to compile it with nightly-2015-10-12 ).
I use zip-conduit in the main package, and also want in Setup.hs to be able to unpack zip files.
I have build-type: Custom in my cache file, and stack build trying to build Setup.hs . The problem is that building Setup.hs cannot find the zip-conduit-0.2.2.2 .
Is it possible to use the dependency of several packages in Setup.hs ? If so, how? and if not, what is my alternative?
Note. I saw this link https://github.com/commercialhaskell/stack/pull/899 , but I do not understand it.
source share