summary refs log tree commit diff
path: root/pkgs/development/compilers/fsharp
Commit message (Collapse)AuthorAge
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* corrected spelling mistakeGeoffrey Huntley2018-01-08
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* fsharp: enable on DarwinDan Peebles2017-03-08
| | | Seems to work just fine based on my simple tests
* fsharp: 4.0.0.4 -> 4.0.1.1Nathan Zadoks2016-03-30
|
* fsharp: 3.1.2.5 -> 4.0.0.4karsten gebbert2015-11-11
|
* nixpkgs: fsharp 3.1.1.32 -> 3.1.2.5Austin Seipp2015-07-21
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Lay down the foundation for packaging the .NET echosystemobadz2015-06-06
| | | | | | | | | | | | | | | | | - fetchNuGet can fetch binaries from nuget servers - buildDotnetPackage can build .NET packages using mono/xbuild - Places nuget & paket as they would clash with nix - Patch project files because F# targets are expected to be found in the mono directory (and we know that's not going to happen on nix) - Find DLLs that were copied from buildInputs and replace by symlink for sharing - Export produced DLL via the pkg-config mechanism - Create wrappers for produced EXEs - Repackaged this new infrastructure: keepass, monodevelop - Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a bunch more.. This is a combination of 73 commits.
* fsharp: update from 3.1.1.31 to 3.1.1.32Vincent Laporte2015-05-21
|
* fsharp: update from 3.1.1.26 to 3.1.1.31Vincent Laporte2015-01-20
|
* Update F#Michael Raskin2014-10-07
|
* fsharp: 3.1.0 -> 3.1.1.25Austin Seipp2014-08-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* fsharp: 3.1 -> 3.1.0Austin Seipp2014-04-08
| | | | | | This matches the traditional upstream versioning for FSharp in the wild Signed-off-by: Austin Seipp <aseipp@pobox.com>
* fsharp: fix missing --replace argumentAustin Seipp2014-03-29
| | | | | | This should fix the Hydra build. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* fsharp: 3.0 -> 3.1, and attempt to fix buildAustin Seipp2014-03-21
| | | | | | | Hopefully this fix will appease hydra - the distributed autogen.sh script is annoying. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* fsharp: specify exact mono path, install fsi/fsc binariesAustin Seipp2014-03-08
| | | | | | fsc/fsi are just symlinks for backwards compatibility. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* fsharp: update to 3.0Austin Seipp2014-03-08
| | | | | | Also, add myself to the maintainer list. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Fix licenseMichael Raskin2012-04-12
| | | | svn path=/nixpkgs/trunk/; revision=33759
* Adding FSharp compilerMichael Raskin2012-04-12
svn path=/nixpkgs/trunk/; revision=33758