I just upgraded from GHC 7.2.2 to 7.4.1 on 32-bit linux. The install went fine, but cabal-install is not happy:
$ cabal update
Downloading the latest package list from hackage.haskell.org
$ cabal install repa
Resolving dependencies...
cabal: Couldn't read cabal file "bytestring/0.9.2.1/bytestring.cabal"
Here's the cabal version I'm running:
$ cabal --version
cabal-install version 0.10.2
using version 1.10.1.0 of the Cabal library
Thanks!