Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Fix CC configuration for Mac and latest rules_haskell. #39

Merged
merged 3 commits into from
Aug 10, 2018
Merged

Commits on Aug 10, 2018

  1. Fix CC configuration for Mac and latest rules_haskell.

    This matches up the C compiler that Nix's GHC was built against.
    On Linux it's just gcc, but on Mac it's clang -- and also
    needs some extra command-line flags similar to what's
    done in rules_haskell:
    https://github.com/tweag/rules_haskell/blob/258b3c962c4661f9425530c92b01c2135ff0500e/shell.nix#L16
    judah committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    15b41bf View commit details
    Browse the repository at this point in the history
  2. rename wrapper to bin/cc

    judah committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    e8c19eb View commit details
    Browse the repository at this point in the history
  3. undo accidental push

    judah committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    3daec3d View commit details
    Browse the repository at this point in the history