Skip to content

Commit

Permalink
Update example for tthe latest versions of CoreMac and ghc-xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
judah committed Jan 14, 2012
1 parent 121bdce commit a72f775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Expand Up @@ -147,7 +147,7 @@
F7BF664313F361E100DD859B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
LastUpgradeCheck = 0420;
};
buildConfigurationList = F7BF664613F361E100DD859B /* Build configuration list for PBXProject "ExpressionEvaluator" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -192,7 +192,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/Users/judah/.cabal/bin/ghc-xcode -ihaskell -threaded haskell/ForeignExpr.hs\n";
shellScript = "$HOME/Library/Haskell/bin/ghc-xcode -ihaskell -threaded haskell/ForeignExpr.hs\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -288,7 +288,7 @@
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ExpressionEvaluator/ExpressionEvaluator-Prefix.pch";
HEADER_SEARCH_PATHS = "/Library/Frameworks/GHC.framework/Versions/Current/usr/lib/ghc-7.2.1/include";
HEADER_SEARCH_PATHS = _ghc_rts_include;
INFOPLIST_FILE = "ExpressionEvaluator/ExpressionEvaluator-Info.plist";
OTHER_LDFLAGS = (
"-Wl,-no_compact_unwind,-no_pie",
Expand All @@ -305,7 +305,7 @@
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ExpressionEvaluator/ExpressionEvaluator-Prefix.pch";
HEADER_SEARCH_PATHS = "/Library/Frameworks/GHC.framework/Versions/Current/usr/lib/ghc-7.2.1/include";
HEADER_SEARCH_PATHS = _ghc_rts_include;
INFOPLIST_FILE = "ExpressionEvaluator/ExpressionEvaluator-Info.plist";
OTHER_LDFLAGS = (
"-Wl,-no_compact_unwind,-no_pie",
Expand Down
1 change: 1 addition & 0 deletions examples/ExpressionEvaluator/haskell/ForeignExpr.hs
@@ -1,6 +1,7 @@
module ForeignExpr where

import System.CoreFoundation hiding (String)
import System.CoreFoundation.Foreign
import qualified System.CoreFoundation as CF
import Text.ParserCombinators.Parsec
import Control.Concurrent
Expand Down

0 comments on commit a72f775

Please sign in to comment.