Skip to content
  • Duncan Coutts's avatar
    Separate compiling and linking phases for bulding exes with ghc · 02f8eef1
    Duncan Coutts authored
    And move compiling of C files after the compile of Haskell modules,
    just like we do for libraries. Reversing the order is important because
    C files can depend on headers generated for Haskell FFI exports.
    
    This is based on a patch by Edward Z. Yang <ezyang@mit.edu>
    02f8eef1