about summary refs log tree commit diff
path: root/pkgs/development/compilers/mlton/default.nix
blob: 7139a8a073debf381e8ba15dd8d929304c170821 (plain) (blame)
1
2
3
4
5
6
{ stdenv, fetchurl, fetchFromGitHub, patchelf, gmp }:
rec {
  mlton20130715 = import ./20130715.nix {
    inherit stdenv fetchurl patchelf gmp;
  };
}