
On Thu, Oct 04, 2012 at 11:44:47PM +0100, Andreas Abel wrote:
I pulled the new 00-index.tar from hackage an hour ago with cabal update, breaking cabal install.
cabal: Couldn't read cabal file "warp/1.3.3/warp.cabal" cabal: Couldn't read cabal file "warp/1.3.3.1/warp.cabal"
Fix is
$ tar -f 00-index.tar --delete warp/1.3.3 $ tar -f 00-index.tar --delete warp/1.3.3.1
My system:
$ cabal --version cabal-install version 0.10.2 using version 1.10.1.0 of the Cabal library $ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.0.1
The cabal files for warp/1.3.3... need a fix, or be removed from hackage.
Yet another test suite containing a conditional, which breaks cabal-install-0.10.2. Are these going to be rejected by the Cabal library, or should people stop using cabal-install-0.10.2?