Peter Simons
23c7a249d3
ghc: add release version 7.8.1
2014-04-08 21:35:48 +02:00
Austin Seipp
f14540a619
fsharp: 3.1 -> 3.1.0
...
This matches the traditional upstream versioning for FSharp in the wild
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 10:54:25 -05:00
Peter Simons
d9c8db4a20
Elm: fix build by ignoring the build instructions provided by upstream
...
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.
Close <https://github.com/NixOS/nixpkgs/issues/2089 >.
2014-04-08 13:17:51 +02:00
Mathijs Kwik
7f6a2f81b9
idris: upgrade to 0.9.12
2014-04-06 11:47:46 +02:00
Shea Levy
50a0b55a01
Merge branch 'oraclejdk' of git://github.com/nilcons/nixpkgs
...
Update ffmpeg dependency to 0.10 in oraclejdk7
2014-04-05 15:23:02 -04:00
Gergely Risko
44190ff1b9
Update ffmpeg dependency in oraclejdk7
2014-04-02 23:36:47 +02:00
Vladimír Čunát
23d38a3e22
gcc44: disable parallel build
...
Maybe 4.4 is no longer needed? #699
2014-04-02 19:07:58 +02:00
Vladimír Čunát
11d4c257c1
Merge branch glibc-2.19, see #1840
2014-04-02 19:03:49 +02:00
Karn Kallio
5d68efd230
aldor: update to 1.2.0 version in development.
2014-03-31 21:41:20 +02:00
Karn Kallio
db21a0da97
pakcs: update hash for 1.11.3 release, which was updated without a version change.
2014-03-31 21:40:50 +02:00
Austin Seipp
c038133721
fsharp: fix missing --replace argument
...
This should fix the Hydra build.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-29 19:55:12 -05:00
Bjørn Forsman
b5bd583bb8
gcc-arm-embedded: add meta attributes
2014-03-29 18:28:41 +01:00
ambrop7@gmail.com
8b94e22f33
Add gcc-arm-embedded.
...
These are packages for precompiled ARM microcontroller compilers from
https://launchpad.net/gcc-arm-embedded .
[Bjørn: modify commit message (add paragraph).]
2014-03-29 17:57:45 +01:00
Michael Raskin
1eb42d9d79
Merge pull request #2048 from echaozh/master
...
add julia 0.2.1 release
2014-03-28 23:03:04 -07:00
Shea Levy
f3e9e3dea5
Merge branch 'u/icedtea' of git://github.com/wizeman/nixpkgs
...
icedtea7, icedtea7_web: New packages
2014-03-28 23:25:25 -04:00
Shea Levy
35165063a7
Merge branch 'clang-fix-fsanitize' of git://github.com/redbaron/nixpkgs
...
Fix -fsanitize=... options for clang
2014-03-28 21:58:56 -04:00
Zhang Yichao
10511b4712
add julia 0.2.1 release
2014-03-28 18:39:26 +08:00
Peter Simons
0f86e37b6c
haskell-Elm: update to version 0.12
2014-03-27 13:12:52 +01:00
Peter Simons
27ebc33d65
haskell-elm-server: update to version 0.11
2014-03-27 13:12:52 +01:00
Ricardo M. Correia
342fc9c207
go: Add myself as maintainer to receive Hydra notifications
2014-03-27 12:37:18 +01:00
Ricardo M. Correia
e39b70dd79
go: Update to 1.2.1
2014-03-27 12:37:18 +01:00
Ricardo M. Correia
5fbc63be35
icedtea7_web: New package
...
Java web browser plugin and an implementation of Java Web Start.
2014-03-26 21:07:36 +01:00
Ricardo M. Correia
be8667627a
icedtea: Workaround javaws/web plugin start-up error
...
This is a workaround to avoid the error: "java.io.IOException: RSA premaster
secret error".
In Java Web Start and the Java web plugin, there seems to be a Java policy
that prevents untrusted code from being loaded, and (probably for security
reasons) it doesn't like the files in the JDK's lib/icedtea/jre/lib/ext
directory to be symlinks.
Worked around it by copying those files instead of symlinking them.
2014-03-26 21:07:36 +01:00
Ricardo M. Correia
6ec21a5dd1
icedtea: Add update script
2014-03-26 21:07:36 +01:00
Ricardo M. Correia
72d457de2f
icedtea7: New package
...
Free Java environment based on OpenJDK 7.0 and the IcedTea project.
2014-03-26 21:07:36 +01:00
Maxim Ivanov
2780cf2838
Fix -fsanitize=... options for clang
...
When using -fsanitize=... options clang implicitly
links binary to static libraries which are part of
llvm, but expects them to be found under clang prefix
2014-03-26 13:06:22 +00:00
Artyom Shalkhakov
0242b3c6ac
Adding ATS1, updating ATS2 package.
2014-03-25 04:53:13 +01:00
Peter Simons
5c3be05e90
ghc-HEAD: fix build on recent versions of Darwin
2014-03-22 17:08:47 +01:00
Peter Simons
e54ae8cce1
ghc-7.8.1: fix build on recent versions of Darwin
2014-03-22 17:08:47 +01:00
Peter Simons
ec8e5b99fc
ghc-7.4.2: fix build on recent versions of Darwin
2014-03-22 17:08:47 +01:00
Austin Seipp
2560f2e78b
fsharp: 3.0 -> 3.1, and attempt to fix build
...
Hopefully this fix will appease hydra - the distributed autogen.sh
script is annoying.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-21 04:09:06 -05:00
Shea Levy
2d97dd3fb7
Merge branch 'fsharp' of git://github.com/thoughtpolice/nixpkgs
...
fsharp: Upgrade to fsharp-3.0
[ Shea: I'm merging thoughtpolice's commits without further testing
beyond code inspection, as I believe their work has proven itself ]
2014-03-20 20:07:44 -04:00
Shea Levy
1150fa67eb
Merge branch 'mono-3.2' of git://github.com/thoughtpolice/nixpkgs
...
upgrade Mono -> 3.2.8 + LLVM support
[ Shea: I'm merging thoughtpolice's commits without further testing
beyond code inspection, as I believe their work has proven itself ]
2014-03-20 20:05:04 -04:00
Peter Simons
4d03052c9c
ghc: update HEAD snapshot to 7.9.20140313
2014-03-15 09:11:47 +01:00
Shea Levy
7939ca1e99
Merge branch 'update-java7' of git://github.com/bennofs/nixpkgs
...
oraclejdk7: add missing dependencies
2014-03-14 20:04:22 -04:00
Andres Loeh
b2b4e46198
Add GHC-7.8.1-rc2.
2014-03-11 20:14:24 +01:00
Austin Seipp
f277d6f4a0
fsharp: specify exact mono path, install fsi/fsc binaries
...
fsc/fsi are just symlinks for backwards compatibility.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-08 15:45:55 -06:00
Austin Seipp
6eb7a3078c
mono: add LLVM support (3.4svn build)
...
This adds LLVM support in Mono using their custom fork, based on LLVM
3.4svn upstream. Somehow, it's gone for a while without a patch to fix
the CMakeLists.txt in the fork...
The upstream commit is based on the mono3 branch.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-08 14:57:49 -06:00
Michael Raskin
8b83156598
Update SBCL
2014-03-08 21:13:00 +04:00
Austin Seipp
429c536ddd
fsharp: update to 3.0
...
Also, add myself to the maintainer list.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-08 09:01:00 -06:00
Austin Seipp
3b69f4b109
mono: add myself to maintainer list.
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-07 20:53:12 -06:00
Austin Seipp
09f0d1f661
mono: 2.11.4 -> 3.2.8
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-07 20:23:52 -06:00
Peter Simons
7b898a1d6a
yap: revert update from 6.2.2 to 6.3.3
...
This reverts commit 41c662dcf6
. The update
doesn't compile in i686, and I don't have time to investigate at the moment.
2014-03-07 23:16:33 +01:00
Peter Simons
a1439ae0c2
swiProlog: update from 6.6.1 to 6.6.2
2014-03-05 15:32:15 +01:00
Peter Simons
41c662dcf6
yap: update from 6.2.2 to 6.3.3
2014-03-05 15:32:15 +01:00
Vladimír Čunát
a78f47917a
go: don't assume sse2 on i686 (maybe fixes build)
2014-02-26 15:57:13 +01:00
Peter Simons
65aaf865a7
nasm: update from 2.10 to 2.11.01
2014-02-24 22:04:40 +01:00
Peter Simons
57e4d68025
haskell-idris: update to version 0.9.11.2
2014-02-13 10:57:43 +01:00
Domen Kožar
76a67c571a
Merge pull request #1717 from linquize/vala
...
vala: Update to 0.23.2
2014-02-12 21:19:34 +01:00
Linquize
8cf797b1b5
vala: Update to 0.23.2
2014-02-11 23:35:00 +08:00