Skip to content
  • Duncan Coutts's avatar
    Change flags passed to hsc2hs · 61bc3618
    Duncan Coutts authored
    The extra-libraries must be passed as -L-l${lib} or linking the C prog
    that hsc2hs generates may fail if any symbols are referenced.
    Also can't use cppOptions function since hsc2hs doesn't support -U.
    Need to do -U flags in ccOptions seperately.
    61bc3618