#633: Cabal-1.8.0.2 fails to build packages for hugs: --inplace is not supported with Hugs ----------------------------+----------------------------------------------- Reporter: nomeata | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Comment(by nomeata): The code was last touched by this patch. Simon, did you test your code WRT building with Hugs? Wed Aug 26 17:51:57 CEST 2009 Simon Marlow <marlowsd@gmail.com> * Add the ABI hash to the InstalledPackageId for inplace registrations too Previously, we just added a -inplace suffix, but this will cause problems when developing multiple packages inplace, and then installing them. Also, there was a round of refactoring: registerPackage now takes the InstalledPackageId as an argument, and generateRegistrationInfo is exposed for constructing it. This means that callers of registerPackage get to munge the InstalledPackageInfo before it is registered. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/633#comment:1> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects