cabal-install and local path disclosure

When compiling cabal-install, some paths on my system are hard-coded in the executable. Is it possible to avoid this? My use case is a CI server that's compiling cabal-install, then deploying it to less privileged servers which shouldn't know anything about the CI server. -- View this message in context: http://haskell.1045720.n5.nabble.com/cabal-install-and-local-path-disclosure... Sent from the Haskell - Libraries mailing list archive at Nabble.com.

* harry
When compiling cabal-install, some paths on my system are hard-coded in the executable. Is it possible to avoid this?
My use case is a CI server that's compiling cabal-install, then deploying it to less privileged servers which shouldn't know anything about the CI server.
Hi harry, This mailing list is for discussions about the core Haskell libraries. You should file an issue at the cabal's issue tracker instead: https://github.com/haskell/cabal/issues Roman
participants (2)
-
harry
-
Roman Cheplyaka