#820: cabal-install clobbers itself on multi-arch platforms ---------------------------------+------------------------------------------ Reporter: bos | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.8.0.6 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ---------------------------------+------------------------------------------
Comment(by duncan): Ah yes, so in fact we need the beginnings of cross-compilation support. We need to be able to specify or discover the target architecture. I see that as of ghc-7, ghc --info now reports its target platform: {{{ ,("Build platform","x86_64-unknown-linux") ,("Host platform","x86_64-unknown-linux") ,("Target platform","x86_64-unknown-linux") }}} Can you check what it uses on OSX 32 and 64 bit? -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/820#comment:2> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel