Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 72128fcd9dc0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0881a55f8137
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    0fc9fdf View commit details
    Browse the repository at this point in the history
  2. mlton: prepare old version for refactoring

    20130715.nix is exactly the same as the old default.nix other than
    pulling the meta data out into its own file.
    sofia-rose committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    4845d93 View commit details
    Browse the repository at this point in the history
  3. mlton: adds binary release package for mlton version 20180207

    This works the same as the binary package in the old derivation, by
    patching the release binary. The difference is that this derivation
    is also exposed at the top level.
    sofia-rose committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    30da2b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a130228 View commit details
    Browse the repository at this point in the history
  5. mlton: add one-liner from old derivation to fix source files

    Updates from-git-source.nix to use the one-liner to fix up the bash
    shebang lines.
    sofia-rose committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    fd9a07c View commit details
    Browse the repository at this point in the history
  6. mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEAD

    This commit adds mltonHEAD.
    
    Summary of all the changes in this branch:
    
    * mlton20130715
      - for this one I just copy and pasted the old default.nix
      - I have tested some projects that compile with this version and don't
        compile with the newer version, so I think it makes sense to keep
        the old version
    
    * mlton20180207Binary
      - This is used to build the source derivations
    
    * mlton20180207
      - latest release
    
    * mltonHEAD
      - latest commit to the master branch of the github repo at the time of
        creating this derivation
    sofia-rose committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    bb7ed2c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Merge pull request #44386 from srdqty/srd-update-mlton-compiler

    mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEAD
    matthewbauer committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    0881a55 View commit details
    Browse the repository at this point in the history