Vladimír Čunát
34091bf265
cudatoolkit: fix multiple outputs ( close #2466 )
2014-06-11 21:32:13 +02:00
Austin Seipp
509beb1f68
Add HHVM packages, replacing old hiphop-php expr
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Peter Simons
abff388c20
ghc-head: update to version 7.9.20140608
2014-06-10 20:27:20 +02:00
Peter Simons
b5e87f63f9
haskell-idris: update to version 0.9.13
2014-06-09 10:26:57 +02:00
Austin Seipp
8155e5d119
compcert: fix build by adding menhir dependency
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-09 01:25:27 -05:00
Austin Seipp
8c0b63162b
compcert: 2.2 -> 2.3pl2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-06 23:09:47 -05:00
Eelco Dolstra
1da6a7d4a9
Remove illegal meta.src attributes
2014-06-05 13:04:18 +02:00
Austin Seipp
cd6cf75720
Merge pull request #2787 from doublec/aliceml
...
Alice ML 1.4 programming language
2014-06-03 20:36:44 -05:00
Shea Levy
2943fe1e76
go: bump
2014-06-03 13:51:37 -04:00
Moritz Ulrich
088cb87e8c
chicken: Bump to 4.9.0.
2014-06-02 18:15:44 +02:00
John Wiegley
0369769bd9
gcc-4.8: build Objective-C/C++ support on darwin
2014-05-31 19:39:09 +00:00
Chris Double
b793f92233
Alice ML 1.4 programming language
2014-05-29 13:18:31 +12:00
Peter Simons
5c3c688f7b
Elm: fix build by ignoring the build instructions provided by upstream
...
Re-apply the build fix from <https://github.com/NixOS/nixpkgs/issues/2089 >,
because apparently the underlying issue has not been fixed.
According to <https://github.com/elm-lang/Elm/issues/384 >, Elm's release
archive comes with a Setup.hs that cannot compile an Elm release. Duh!
Replacing the custom Setup.hs file with a dummy version fixes this issue.
2014-05-28 12:48:29 +02:00
Michael Raskin
66925a57ba
Updating SBCL to 1.2.0
2014-05-28 01:33:28 +04:00
宋文武
0f65f11d6e
mono: fix libgdiplus finding
2014-05-27 20:08:50 +02:00
Chris Double
c05f252dac
Definitions for Open Dylan 2013.2 (Dylan Language Implementation)
2014-05-27 20:27:47 +12:00
Domen Kožar
a088c6fa36
Merge pull request #2710 from lovek323/mpd
...
mpd: fix build on darwin
2014-05-25 15:34:10 +02:00
Austin Seipp
925a016113
Merge pull request #2521 from jwiegley/agda
...
Build AgdaStdlib before installing it
2014-05-22 14:22:31 -05:00
Rob Vermaas
1cb2f20511
swiProlog: update from 6.6.3 to 6.6.5
2014-05-22 12:55:03 +02:00
Peter Simons
4f5fce2710
haskell-Elm: update to version 0.12.3
2014-05-21 23:04:30 +02:00
Peter Simons
41d7d0ad31
haskell-elm-server: update to version 0.11.0.1
2014-05-21 23:04:30 +02:00
Jason "Don" O'Conal
bcc36ee23e
mpd: fix build on darwin
2014-05-21 15:50:15 +10:00
Lluís Batlle i Rossell
b194050ee1
Fixing the cross gcc building.
...
gcc 4.8 added libatomic, and it has to be disabled in case of
gccCrossStageStatic, as it requires libc.
2014-05-19 10:26:54 +02:00
Austin Seipp
c166bd3e07
jhc: Fix license
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-18 10:15:06 -05:00
Austin Seipp
1651871250
jhc: 0.8.0 -> 0.8.1
...
Also, bootstrap the compiler with GHC 7.6.3 instead of 6.12.3.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-18 10:14:05 -05:00
Austin Seipp
b3b6faa5ec
Merge pull request #2398 from cstrahan/rust-update
...
rust: update to 0.10 release
2014-05-18 07:49:41 -05:00
Austin Seipp
f1dc681538
cryptol: add a convenient clang/lss wrapper
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-17 14:09:09 -05:00
Vladimír Čunát
0430f59d64
llvmPackages.lld: fix build after 3.4.1 update
...
Somehow I forgot this package.
2014-05-16 18:29:12 +02:00
Vladimír Čunát
cf1dbbbf72
llvm+clang: maintenance update 3.4 -> 3.4.1
...
Slightly hacky for clang at some points, as directory names change strangely.
2014-05-15 21:02:28 +02:00
Karn Kallio
432998852c
Add the Mercury compiler to nixpkgs.
2014-05-14 22:44:38 +02:00
Austin Seipp
3fbe6f3292
Merge pull request #2605 from ro6/master
...
Ur/Web compiler: new release, 20130421 -> 20140426
2014-05-14 14:59:09 -05:00
Peter Simons
6c61d41dc9
Drop obsolete Haskell packages WebBits, WebBitsHtml, JsContracts, and flapjax.
...
None of our compilers can build these packages. I suppose that stuff has
been replaced by language-ecmascript.
2014-05-14 15:02:33 +02:00
Moritz Ulrich
172391272d
chicken(-dev): Update to 4.8.0.5 / 4.9.0rc1
2014-05-14 12:22:52 +02:00
Lluís Batlle i Rossell
418f0b0169
Revert "go: updating to 1.2.2"
...
Now I've read in Release Notes that the '.2' affected only binary releases.
http://golang.org/doc/devel/release.html#go1.2.minor
2014-05-14 10:16:35 +02:00
Lluís Batlle i Rossell
950fd7644c
go: updating to 1.2.2
2014-05-14 10:14:28 +02:00
Austin Seipp
11373a9d05
Merge pull request #2520 from CodeBlock/scala
...
scala: Bump to 2.11.0, bump 2.10 to 2.10.4
2014-05-13 19:44:42 -05:00
Charles Strahan
6d5db3e93b
rust: update to 0.10 release
2014-05-12 13:37:38 -04:00
Robert M. Mather
3729ead3af
Ur/Web compiler: new release, 20130421 -> 20140426
2014-05-10 20:42:35 -07:00
Peter Simons
366e3bd7a1
ghc-7.0.1: fix download URL
2014-05-07 20:33:32 +02:00
John Wiegley
854b1fb9fb
Build AgdaStdlib before installing it
2014-05-05 19:51:05 -05:00
Ricky Elrod
d66cdd3c43
scala: Bump to 2.11.0, bump 2.10 to 2.10.4
2014-05-05 02:14:57 -04:00
Peter Simons
c2fd001fd4
Remove obsolete Agda-executable package; the compiler is not part of 'Agda'.
2014-05-04 12:17:35 +02:00
Peter Simons
13b246b221
ghc-head: update snapshot to 7.9.20140430 (and download the tarball from Debian)
...
https://github.com/NixOS/nixpkgs/pull/2480
2014-05-03 20:03:30 +02:00
Rob Vermaas
837ddd22f2
Merge pull request #2388 from bennofs/update-jdk7
...
jdk7: update patchversion 51 -> 55.
2014-05-03 15:59:49 +02:00
Peter Simons
64d662e056
Agda: move compiler and standard library into a common directory
...
Also renamed AgdaStdLib attribute to AgdaStdlib, since upstream doesn't
seem to capitalize that name.
2014-05-03 12:37:17 +02:00
Peter Simons
801a4818c8
Merge pull request #2474 from jwiegley/agda-stdlib
...
Add expression for the Agda standard library
2014-05-03 12:33:26 +02:00
John Wiegley
7d788d5e4f
Add expression for the Agda standard library
2014-05-02 19:15:38 -05:00
Austin Seipp
27a0d56514
compcert: Fix Hydra platforms
...
Copy-pasta error, and compcert doesn't really make sense on Darwin or
64bit linux (it's callPackage_i686 anyway).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-02 14:07:36 -05:00
Austin Seipp
0c51a4ac98
nixpkgs: add CompCert
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 19:11:46 -05:00
Peter Simons
7452e8b4eb
haskell-Elm: update to version 0.12.1.3
2014-05-01 21:57:03 +02:00