[Hackage] #820: cabal-install clobbers itself on multi-arch platforms
Hackage
cvs-ghc at haskell.org
Fri Mar 25 13:51:40 CET 2011
#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
More information about the cabal-devel
mailing list