about summary refs log tree commit diff
path: root/pkgs/development/compilers/mlton
Commit message (Collapse)AuthorAge
* mlton: darwin bootstrap fixesAnthony Cowley2016-09-25
| | | | | | | Allow mlton to compile in a more barren sandbox. The bootstrapping binaries for darwin have dynamic linking dependencies outside of the nix store. This patch shifts them to point to the appropriate library within the nix store.
* mlton: fix build with clang (darwin)Anthony Cowley2016-09-22
| | | | | A minor tweak is necessary to avoid raising an error when building with clang. This gets mlton building on darwin.
* mlton: switch sf downloads to mirror://J Phani Mahesh2016-08-20
| | | | | This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
* Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"Joachim Fasting2016-08-20
| | | | | | | This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364. Turns out it wasn't ready afterall ...
* mlton: switch sf downloads to mirror://J Phani Mahesh2016-08-20
|
* gmp: split into multiple outputsVladimír Čunát2015-10-28
|
* fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* Get mlton a little closer to working on darwin+clang (thanks to gridaphobe). ↵Dan Peebles2015-02-08
| | | | Still impure, and needs more work.
* Fix build of MLton on Linux i686Marco2014-04-19
|
* Enable compilation of MLton on darwinMarco Maggesi2014-04-19
|
* mlton: fix build with latest version.Karn Kallio2014-02-03
|
* mlton: fix build by updatingVladimír Čunát2014-01-05
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* Fix mlton build: apply Marc Weber patch and update download URL.Karn Kallio2012-04-22
| | | | svn path=/nixpkgs/trunk/; revision=33882
* Add package mlton, an optimizing compiler for Standard ML.Peter Simons2010-08-24
This commit packages mlton. Note that the documentation has not been built or included. svn path=/nixpkgs/trunk/; revision=23378