Created
August 13, 2012 14:51
-
-
Save akiradeveloper/3341430 to your computer and use it in GitHub Desktop.
ghc-modをインストールしようとしたらこんな狂ったメッセージ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Linking /tmp/haskell-src-exts-1.13.3-4896/haskell-src-exts-1.13.3/dist/setup/setup ... | |
| Configuring haskell-src-exts-1.13.3... | |
| setup: The program happy version >=1.17 is required but it could not be found. | |
| cabal: Error: some packages failed to install: | |
| ghc-mod-1.11.0 depends on haskell-src-exts-1.13.3 which failed to install. | |
| haskell-src-exts-1.13.3 failed during the configure step. The exception was: | |
| ExitFailure 1 | |
| hlint-1.8.30 depends on haskell-src-exts-1.13.3 which failed to install. |
[1] akira@Paptimus> cabal list | grep happy ~
- happy
Homepage: http://www.haskell.org/happy/
見つかるので入れてしまおうか?
依存関係が抜けてたりするのかなぁ・・・. あとでhaskell-srcの依存関係を見て修正したいな
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
haskell-srcというのがいっぱい依存されてるけど,
そいつが依存してるhappyというのがないと言われている?