summaryrefslogtreecommitdiff
path: root/doc/bugs/Problems_running_make_on_osx/comment_1_34120e82331ace01a6a4960862d38f2d._comment
blob: a33fef7d9913cbc2e4494870ff1c38e0a2357137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc"
 nickname="Antoine"
 subject="Got it going!"
 date="2011-02-06T06:02:57Z"
 content="""
Thanks to your feedback, I got it going.  

Maybe those two should be added to the 'OSX how-to' in the forum   

[realizes pcre-light is needed but pcre not installed on my mac]  
sudo port install pcre  
sudo cabal install pcre-light  

[tests are failing, need haskell's quickcheck]  
sudo cabal install quickcheck  
"""]]