$ git clone https://github.com/shapr/ghclive.git && cd ghclive && cabal install && ghclive
Cloning into ghclive...
remote: Counting objects: 1306, done.
remote: Compressing objects: 100% (742/742), done.
remote: Total 1306 (delta 590), reused 1199 (delta 483)
Receiving objects: 100% (1306/1306), 939.35 KiB | 381 KiB/s, done.
Resolving deltas: 100% (590/590), done.
Resolving dependencies...
cabal: cannot configure ghclive-0.1.0.2. It requires aeson >0.6 && <0.7,
blaze-html >0.5, blaze-markup >0.5, diagrams-lib >0.5, diagrams-svg >0.3,
file-embed >0.0.4, time >1.3, unordered-containers >0.2, vector >0.9, wai
==1.3.*, wai-websockets >1.3, warp ==1.3.* and yesod ==1.1.*
There is no available version of aeson that satisfies >0.6 && <0.7
There is no available version of blaze-html that satisfies >0.5
There is no available version of blaze-markup that satisfies >0.5
There is no available version of diagrams-lib that satisfies >0.5
There is no available version of diagrams-svg that satisfies >0.3
There is no available version of file-embed that satisfies >0.0.4
There is no available version of time that satisfies >1.3
There is no available version of unordered-containers that satisfies >0.2
There is no available version of vector that satisfies >0.9
There is no available version of wai that satisfies ==1.3.*
There is no available version of wai-websockets that satisfies >1.3
There is no available version of warp that satisfies ==1.3.*
There is no available version of yesod that satisfies ==1.1.*
Perhaps I just need a newer GHC -- it would be nice if the README said which version is needed.
I have GHC 7.0.3 installed and I see:
Perhaps I just need a newer GHC -- it would be nice if the README said which version is needed.