Skip to content

Commit

Permalink
Changed type to FilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
mxswd committed Oct 13, 2014
1 parent a163816 commit 3f99125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foreign/CPlusPlus.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Data.Char
import Foreign.NM
import Language.Haskell.TH

cplusplus :: String -> String -> Q Type -> Q [Dec]
cplusplus :: String -> FilePath -> Q Type -> Q [Dec]
cplusplus name objfile t = do
-- we drop the last _ so we can call things reserved names.
let nameLit = let (Just i) = findIndex (== '(') name
Expand Down

0 comments on commit 3f99125

Please sign in to comment.