haskell / c2hs

c2hs is a pre-processor for Haskell FFI bindings to C libraries
http://hackage.haskell.org/package/c2hs
Other
199 stars 50 forks source link

Compatibility with language-c 0.7.1 #195

Closed bergmark closed 6 years ago

bergmark commented 6 years ago
src/C2HS/CHS/Lexer.hs:715:34: error:
    Variable not in scope:
      adjustPos :: String -> t0 -> Position -> Position
    |
715 | adjustPosByCLinePragma str pos = adjustPos fname' row' pos
    |

https://github.com/fpco/stackage/issues/2860

bergmark commented 6 years ago

I forgot to check the open PR's, #193.

deech commented 6 years ago

I just fixed this in https://github.com/haskell/c2hs/issues/192#issuecomment-346962050.

bergmark commented 6 years ago

Thanks!