2017-09-17 75 views
2
cabal: Could not resolve dependencies: 
trying: ghc-mod-5.8.0.0 (user goal) 
next goal: base (dependency of ghc-mod-5.8.0.0) 
rejecting: base-4.10.0.0/installed-4.1... (conflict: ghc-mod => base<4.10 && >=4.6.0.1) 
rejecting: base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, 
base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, 
base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, 
base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, 
base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 
(constraint from non-upgradeable package requires installed instance) 
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: base, ghc-mod, syb 

發生了什麼?而且,我應該怎麼做?win10 ghc-mod無法安裝(ghc 8.2.1)

+1

通過haskell堆棧安裝。 – Sibi

+1

你可以嘗試'cabal install ghc-mod --allow-newer',儘管我也會使用'stack' - 克隆git倉庫,'stack init'並編輯棧yaml,以允許更新。 – epsilonhalbe

回答

2

根據this ticket爲GHC-MOD,

GHC 8.2.1尚不支持,因此基< 4.10約束。

(如中期2917年9月)和,

爲8.2.1的特徵載體加入此到v5.9.0.0 milestone