libghc-xmonad-dev と libghc-xmonad-contrib-dev をインストールできません。

libghc-xmonad-dev と libghc-xmonad-contrib-dev をインストールできません。

私は sid ブランチで実行されるローリングリリース Debian ディストリビューション Siduction を使用します。

システムを更新しようとしましたが、libghc-xmonad-devとlibghc-xmonad-contrib-devをインストールできないようです。 xmonadを使用するにはこれが必要です。どんな提案がありますか?

> apt-get install libghc-xmonad-dev libghc-xmonad-contrib-dev                                                                                                                
Reading package lists... Done                                                                                                                                                               
Building dependency tree                                                                                                                                                                    
Reading state information... Done                                                                                                                                                           
Some packages could not be installed. This may mean that you have                                                                                                                           
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:


The following packages have unmet dependencies:
 libghc-xmonad-contrib-dev : Depends: libghc-x11-dev-1.8-10997
                             Depends: libghc-x11-xft-dev-0.3.1-da3b1
 libghc-xmonad-dev : Depends: libghc-x11-dev-1.8-10997
                     Depends: libghc-data-default-dev-0.7.1.1-bf135
E: Unable to correct problems, you have held broken packages.                  

ベストアンサー1

これは Sid ベースのローリングパブリケーションを使用する際のトラップの 1 つです。 Haskellパッケージは以下のプロセスを経ています。再建したがって、Sidのパッケージツリーはかなり破損しています。

Sidの状況が解決されるまで待つか、バスターバージョンすべての依存関係を使用できます。後者はSiduction のマニュアルに記載されています。

おすすめ記事