
#801: MissingH won't upgrade ---------------------------------+------------------------------------------ Reporter: mcandre | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: cabal-install tool | Version: 1.8.0.6 Severity: normal | Resolution: fixed Keywords: | Difficulty: unknown Ghcversion: 6.12.3 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * platform: Mac OS => * component: Cabal library => cabal-install tool * resolution: => fixed Comment: Use `cabal install` not `cabal upgrade`. It does things like upgrade the `haskell98` package and you really don't want to do that. This is fixed in the next release in the sense that the upgrade command has been removed. The easiest solution is probably to `rm -r ~/.ghc/` to unregister all the packages in your per-user package db and start from fresh. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/801#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects