Weird cabal error: "inappropriate type"
        Posted  
        
            by Bill
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bill
        
        
        
        Published on 2010-05-26T02:51:06Z
        Indexed on 
            2010/05/26
            3:01 UTC
        
        
        Read the original article
        Hit count: 350
        
haskell
~  % cabal install --reinstall time
Resolving dependencies...
[1 of 1] Compiling Main             ( /var/folders/0D/0D3du+YyGzuRETgUJZ5m8U+++TI/-Tmp-/time-1.2.0.251774/time-1.2.0.2/Setup.hs, /var/folders/0D/0D3du+YyGzuRETgUJZ5m8U+++TI/-Tmp-/time-1.2.0.251774/time-1.2.0.2/dist/setup/Main.o )
Linking /var/folders/0D/0D3du+YyGzuRETgUJZ5m8U+++TI/-Tmp-/time-1.2.0.251774/time-1.2.0.2/dist/setup/setup ...
Configuring time-1.2.0.2...
setup: dist/setup-config51799.tmp: inappropriate type
cabal: Error: some packages failed to install:
time-1.2.0.2 failed during the configure step. The exception was:
ExitFailure 1
 ~  %
Has anyone seen this before?
© Stack Overflow or respective owner