AtnNn / cabal-ghci

cabal-ghci
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Broken? #6

Open schoettl opened 7 years ago

schoettl commented 7 years ago

Hi, I just tried to install this package (as dependency of vim-addon-yesod). I got the following error:

Distribution/Dev/Interactive.hs:124:21: error:
    • Couldn't match expected type ‘Distribution.Compiler.CompilerInfo’
                  with actual type ‘CompilerId’
    • In the fourth argument of ‘finalizePackageDescription’, namely
        ‘compiler’

My system:

Linux jathink 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux
The Glorious Glasgow Haskell Compilation System, version 8.0.1
cabal-install version 1.22.6.0
using version 1.22.4.0 of the Cabal library 

Is this hard to fix?

EDIT: Oh, I just found this

Deprecated. in favor of cabal-install

So I guess it should be possible to update the vim-addon-yesod instead...

Jakob

AtnNn commented 7 years ago

Sorry, I stopped maintaining this after cabal repl came out. There are now many other alternatives, such as stack ghci and Nix's ghcWithPackages.