OS X 10.10 Yosemite を実行している Mac で haskell プログラムをコンパイルしようとしていますが、ghc は毎回ld: library not found for -lgmp で失敗します:
$ ghc foo.hs
[1 of 1] Compiling Main ( foo.hs, foo.o )
Linking foo ...
ld: library not found for -lgmp
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ヘルプ?