2012-12-02 2 views
-1

Hackot의 소프트웨어가 완전히 테스트되었습니다. cabal install xmonad-eval도 다음 오류를 발생시킵니다.xmonad-extras를 설치할 수 없습니까?

$cabal install xmonad-extras 
...  
[10 of 22] Compiling Hint.Reflection (src/Hint/Reflection.hs, dist/build/Hint/Reflection.o) 
src/Hint/Reflection.hs:75:41: 
Couldn't match expected type `[Char]' with actual type `a0 -> String' 
Expected type: Id 
Actual type: a0 -> String 
In the return type of a call of `getUnqualName' 
In the first argument of `Class', namely `(getUnqualName c)' 
Failed to install hint-0.3.3.5 
cabal: Error: some packages failed to install: 
hint-0.3.3.5 failed during the building phase. The exception was: 
ExitFailure 1 
xmonad-extras-0.10.1.2 depends on hint-0.3.3.5 which failed to install. 

아무쪼록 부탁드립니다.

+4

거의 4 년 전 한 번의 업로드 : 일요일 2 월 22 일 15:11:28 UTC 2009. 버려진 패키지처럼 보입니다. 2009 년 초반은 ghc-6.10 정도였습니다. 'cabal '을 풀고'.cabal'과 소스를 빌드 할 때까지 편집 할 수 있습니다. –

+0

이러한 패키지는 hackage에서 제거해야합니까? –

+0

Nope. 코드를 보관하는 것이 좋습니다. hackage에 대한 존재 자체가 품질이나 bitrot의 부족을 보장하지 않습니다. – sclv

답변

0

GHC를 7.0.3에서 7.4.1로 업그레이드하면 잘 작동합니다.

관련 문제