Tagged Questions
1
vote
1answer
49 views
Where are Yesod binaries to work with in Mac OSX
I followed this quickstart tutorial.
After installing the yesod-platform, I try to run the yesod command with no success.
Am I doing something wrong?
I know how to fix it ---adding the right path ...
0
votes
1answer
134 views
Snap web framework and OSX Path
preface: new to OSX development.
cabal install snap --this works fine.
When I type snap into the terminal nothing happens. How do I export my snap path to my $PATH in OSX?
same thing happens with ...
3
votes
1answer
947 views
Cannot install Yesod Haskell web framework on Mac OSX
I've no idea how to fix this. Does anybody have any ideas?
I'm getting the following error messages when I try:
~ >>> cabal install yesod
Resolving dependencies...
Configuring ...
4
votes
1answer
482 views
cabal install … failing - osx - many unsatisfied packages
Update: Running ghc-pkg check reported:
~: ghc-pkg check
WARNING: cache is out of date: /Library/Frameworks/GHC.framework/Versions/7.0.3i386/usr/lib/ghc-7.0.3/package.conf.d/package.cache
use ...