packunused icon indicating copy to clipboard operation
packunused copied to clipboard

Saved package config file seems to be corrupt

Open freeman42x opened this issue 10 years ago • 1 comments

Following steps:

cabal clean
rm *.imports
cabal configure -O0 --disable-library-profiling
cabal build --ghc-option=-ddump-minimal-imports
packunused

yields the following error:

packunused: user error (Saved package config file seems to be corrupt. Try re-running the 'configure' command.)

Can be reproduced on https://github.com/snowdriftcoop/snowdrift

Using:

packunused version 0.1.1.4
cabal-install version 1.22.4.0
using version 1.22.3.0 of the Cabal library
The Glorious Glasgow Haskell Compilation System, version 7.8.4

freeman42x avatar Jun 14 '15 21:06 freeman42x

Same problem here using cabal-install version 1.23.0.0 (compiled/installed from HEAD) and GHC 7.8.3

MHova avatar Nov 04 '15 03:11 MHova