wren ng thornton <[email protected]> writes: > w...@semiramis:~ $ ls /usr/local > ls: /usr/local: No such file or directory > w...@semiramis:~ $ ls /usr/bin/cabal > ls: /usr/bin/cabal: No such file or directory > > But http://hackage.haskell.org/platform/new/contents.html tells me > cabal-install is supposed to ship with the platform...
It should; there's an installation script that's *supposed* to put a symlink into /usr/local/bin/cabal from /Library/Frameworks/HaskellPlatform.framework/bin/. Binaries should be there regardless. G -- Gregory Collins <[email protected]> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
