Commit graph

7875 commits

Author SHA1 Message Date
Shea Levy 228c35f0b2 openjdk: Build from bootstrap 2012-08-24 23:05:41 -04:00
Shea Levy a4b39fac65 openjdk-bootstrap: nukerefs the whole thing and put it in a tarball 2012-08-24 08:30:48 -04:00
Peter Simons 4cc7571b9d haskell-fclabels: update to version 1.1.4.1 2012-08-24 13:42:56 +02:00
Shea Levy 6ed6d1c5c0 Add expression to create an openjdk bootstrap capable of building the full openjdk 2012-08-23 23:07:38 -04:00
Peter Simons 165257a8ee haskell-yesod: update to version 1.1.0.2 2012-08-23 17:42:12 +02:00
Peter Simons 1138fe5085 haskell-yesod-form: update to version 1.1.1 2012-08-23 17:42:12 +02:00
Peter Simons 336aa54bf0 haskell-yesod-core: update to version 1.1.1 2012-08-23 17:42:12 +02:00
Peter Simons bbd07b136f haskell-wl-pprint-text: update to version 1.1.0.0 2012-08-23 17:42:12 +02:00
Peter Simons da94736f6a haskell-vault: update to version 0.2.0.1 2012-08-23 17:42:12 +02:00
Peter Simons 7f80024b2a haskell-unbound: update to version 0.4.1.1 2012-08-23 17:42:12 +02:00
Peter Simons ff960a5603 haskell-split: update to version 0.2.0.0 2012-08-23 17:42:12 +02:00
Peter Simons 776d748c5b haskell-postgresql-simple: update to version 0.2.4.0 2012-08-23 17:42:11 +02:00
Peter Simons 636db52af2 haskell-postgresql-libpq: update to version 0.8.2.1 2012-08-23 17:42:11 +02:00
Peter Simons a9a09e632a haskell-http-types: update to version 0.7.3 2012-08-23 17:42:11 +02:00
Peter Simons f3d1ddc21f haskell-glpk-hs: update to version 0.3.3 2012-08-23 17:42:11 +02:00
Peter Simons 87fdf726ca haskell-async: update to version 2.0.1.2 2012-08-23 17:42:11 +02:00
Peter Simons f3f58a8465 haskell-RepLib: update to version 0.5.3.1 2012-08-23 17:42:11 +02:00
Peter Simons 5318c4652c Patch overzealous dependency restrictions in Haskell packages. 2012-08-23 17:42:10 +02:00
Rob Vermaas 64a57c8f16 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-08-23 11:22:53 +02:00
Rob Vermaas 7b5d312720 Add pstack, a wrapper script for gdb. Used to be part of gdb. 2012-08-23 11:22:06 +02:00
Lluís Batlle i Rossell 518c90d361 cscope: update to 15.8a 2012-08-23 10:15:27 +02:00
Sergey Mironov 222b6e21a5 gimp: revert broken gimp-2.6 dependencies 2012-08-23 03:09:19 +04:00
Shea Levy 270c7f2209 nodejs: Bump and backport fix to support ESPIPE 2012-08-22 18:54:47 -04:00
Ludovic Courtès a167fadc07 gnutls: Disable tests on FreeBSD. 2012-08-23 00:37:29 +02:00
Eelco Dolstra 2bc9508034 Prevent the JDK from appearing in the Nixpkgs channel 2012-08-22 15:43:19 -04:00
Eelco Dolstra 8020c37f55 Remove obsolete JDK versions
These are the JDK 5 on powerpc-linux (no longer a maintained Nixpkgs
platform), JDK 1.4 (required a manual download) and JDK 5 on Linux
(idem).
2012-08-22 15:43:19 -04:00
Shea Levy cdc0c13c00 buildNodePackage: Remove absolute path to source tarball to avoid runtime dependency 2012-08-22 15:35:00 -04:00
Andres Loeh 39cfbf6163 Set platforms for packages depending on CUDA to none. 2012-08-22 17:52:18 +02:00
Shea Levy 695ca8c498 node.js: Bump 2012-08-22 09:14:05 -04:00
Peter Simons 1f18f24387 gcc-4.7: download source code from a mirror instead of hard-coding the URL of the master site 2012-08-22 14:30:15 +02:00
aszlig 808108105d nss: Just delete files if includeTools is false.
Before, the entire directory was deleted and recreated, which fails if we want
to sign libraries (shlibsign is obviously deleted in that step as well), so we
delete everything but "nss-config" on postFixup.
2012-08-22 08:29:10 +02:00
aszlig c672997dc6 nss: Remove redundant nss-config.in.
This file is already contained in nss-3.12.5-gentoo-fixups.diff, so we don't
need to do all that cruft twice.
2012-08-22 08:29:10 +02:00
aszlig 38a4d77665 nss: Fix referencePath to security modules.
This adds a patch from Debian, as they're already have security modules from NSS
in it's own library directory rather than /usr/lib{,64}/ and patch in loading of
libsoftokn as well.

The patch and our own fix of the patch (well, they hardcode Debian specific
stuff in there) ensures that SECMOD_AddNewModule() will find the right module
from the derivation's output path, so the built-in CA root certificates are
recognized and verified correctly.
2012-08-22 08:29:09 +02:00
aszlig 9e0aaf30aa nss: Sign libraries after striping.
Running NSS in FIPS mode is only possible if the libraries are signed correctly,
so we're doing this in the postFixup hook, to insure nothing gets altered after
that phase.

For more information about FIPS mode, please see:
https://developer.mozilla.org/en-US/docs/NSS/FIPS_Mode_-_an_explanation
2012-08-22 08:29:09 +02:00
aszlig 29fce94665 nss: Clean up build/make flags.
First of all, let's remove that redundant BUILD_OPT variable.

This variable already is in makeFlags, so we really don't want it to be lurking
around in the attribute set of the derivation, and it annoys me for being there
for days.

We now state build targets explicitly rather than relying on "nss_build_all".
This makes NSPR_CONFIG_STATUS and the touch of build_nspr stamp obsolete, as
only nss_build_all includes build_nspr.

In addition, we don't need the -lz hack anymore, as this has been fixed in
recent NSS versions, so we can completly remove the postBuild hook.

And while we're at it, we're removing those outdated build instructions as well,
especially because we don't and can't follow official building guidelines
anymore, as those are difficult to apply to Nix.
2012-08-22 08:29:09 +02:00
aszlig 5f4ca8ec18 nss: Add nss-pem module from fedora.
This is a compatibility module which adds suport for PEM certificates used by
OpenSSL and compatible libraries. The module gets built but isn't used at the
moment, so we're going to work on integration of it later.
2012-08-22 08:29:09 +02:00
aszlig 485dcc9152 nss: Build using system libsqlite.
Let's use system SQLite library, which makes sense anyway. More importantly
because it conflicts with the sqlite package, as NSS is building this as a
shared library aswell.
2012-08-22 08:29:09 +02:00
aszlig 0e768ba98d nss: Update NSS to version 3.13.6.
So to begin with fixing NSS let's get to the latest upstream release and start
fixing, so we won't carry around historic crap we then will throw away anyway.
2012-08-22 08:29:09 +02:00
Eelco Dolstra d7fc07705a Add latest patchelf prerelease 2012-08-21 15:57:41 -04:00
Eelco Dolstra e3605e7e76 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-08-21 14:27:18 -04:00
Eelco Dolstra dc2f0f6474 gdb: Update to 7.5 2012-08-21 14:27:00 -04:00
Ludovic Courtès 11602dad82 glib: Use libiconvOrNull' instead of libiconv'. 2012-08-21 15:53:43 +02:00
Eelco Dolstra 8b6edfe78d polkit: Update to 0.105 and enable systemd (logind) support
There are even newer polkit releases, but they have a spidermonkey
dependency which I don't want to bother with right now.
2012-08-21 08:42:44 -04:00
Peter Simons 7f8246c76e haskell-hlint: update to version 1.8.31 2012-08-20 10:34:56 +02:00
Peter Simons 2731fd220f haskell-threadmanager: update to version 0.1.5 2012-08-20 10:34:56 +02:00
Peter Simons 490f8c4382 haskell-tagsoup: update to version 0.12.7 2012-08-20 10:34:56 +02:00
Peter Simons 5e19db2ce5 haskell-semigroups: update to version 0.8.4 2012-08-20 10:34:56 +02:00
Peter Simons 439ba01f0a haskell-io-choice: update to version 0.0.2 2012-08-20 10:34:56 +02:00
Peter Simons f3ad914481 haskell-hoogle: update to version 4.2.13 2012-08-20 10:34:55 +02:00
Peter Simons 2f187b26ac haskell-case-insensitive: update to version 0.4.0.3 2012-08-20 10:34:55 +02:00
Peter Simons 46d8125a70 haskell-MonadCatchIO-mtl: update to version 0.3.0.5 2012-08-20 10:34:55 +02:00
Peter Simons 2879d112b0 haskell-network: update to version 2.3.1.0 2012-08-20 10:34:54 +02:00
Peter Simons 08e09e4caf haskell-comonad: update to version 3.0.0.2 2012-08-20 10:34:54 +02:00
Ludovic Courtès 255c72ede6 gcc 4.5: Update to 4.5.4. 2012-08-20 10:15:17 +02:00
Michael Raskin b32844654b Julia: update source revision 2012-08-18 20:52:52 +04:00
Eelco Dolstra 911e9f3f43 DBD::SQLite: Don't install a copy of the SQLite sources
This saves almost 5 MB.
2012-08-17 18:11:53 -04:00
Shea Levy 1e1634604c Compress-Raw-Zlib: Don't check on Darwin.
Fixes #102
2012-08-17 13:14:10 -04:00
Peter Simons dad33bbfe5 haskell-uu-parsinglib: update to version 2.7.3.4 2012-08-17 12:52:38 +02:00
Peter Simons 6d6189082b haskell-skein: update to version 0.1.0.8 2012-08-17 12:52:37 +02:00
Peter Simons 79883d78c8 haskell-lifted-base: update to version 0.1.2 2012-08-17 12:52:37 +02:00
Peter Simons 483fcf47a5 haskell-case-insensitive: update to version 0.4.0.2 2012-08-17 12:52:37 +02:00
Peter Simons 019fc2d03d haskell-happstack-hamlet: fix build in presence for recent versions of hamlet 2012-08-17 11:07:14 +02:00
Peter Simons c0dafdf8d5 Merge pull request #94 from aszlig/boomerang
boomerang: New package from the fork.
2012-08-16 06:50:55 -07:00
Peter Simons 2253afb4f1 scala: cosmetic 2012-08-16 15:49:00 +02:00
Peter Simons 7ab915da52 scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts 2012-08-16 15:48:18 +02:00
Peter Simons cf2071e9c0 haskell-yesod: update to version 1.1.0.1 2012-08-16 15:41:23 +02:00
Peter Simons f8914fa177 haskell-yesod-auth: update to version 1.1.1 2012-08-16 15:41:23 +02:00
Peter Simons 100e13fca7 haskell-vector-algorithms: update to version 0.5.4.1 2012-08-16 15:41:23 +02:00
Peter Simons bc9d3787e2 haskell-unordered-containers: update to version 0.2.2.0 2012-08-16 15:41:23 +02:00
Peter Simons ad78f75434 haskell-tls: update to version 0.9.9 2012-08-16 15:41:22 +02:00
Peter Simons 55c100564d haskell-simple-sendfile: update to version 0.2.6 2012-08-16 15:41:22 +02:00
Peter Simons f1a5724ae8 haskell-mwc-random: update to version 0.12.0.1 2012-08-16 15:41:22 +02:00
Peter Simons 3999d82a40 haskell-http-types: update to version 0.7.2 2012-08-16 15:41:22 +02:00
Peter Simons 75506e4005 haskell-http-conduit: update to version 1.6.0 2012-08-16 15:41:22 +02:00
Peter Simons e9ac89975a haskell-hashable: update to version 1.1.2.5 2012-08-16 15:41:22 +02:00
Peter Simons f6b2363b72 haskell-fast-logger: update to version 0.2.2 2012-08-16 15:41:21 +02:00
Peter Simons dc745663eb haskell-criterion: update to version 0.6.1.1 2012-08-16 15:41:21 +02:00
Peter Simons d2347755e0 haskell-certificate: update to version 1.2.5 2012-08-16 15:41:21 +02:00
Peter Simons 3f857bd69c haskell-authenticate: update to version 1.3.1 2012-08-16 15:41:21 +02:00
Peter Simons 5bbf9d5b25 haskell-attoparsec-enumerator: update to version 0.3.1 2012-08-16 15:41:21 +02:00
Peter Simons cf7be76526 haskell-ListLike: update to version 3.1.6 2012-08-16 15:41:21 +02:00
Peter Simons a72e2a076d haskell-text: update to version 0.11.2.3 2012-08-16 15:35:34 +02:00
Shea Levy 10aa2bd5c3 Update autobuild URL
Only tested building autobuild.src, succeeds now, failed before.

Fixes #99.
2012-08-15 05:58:25 -04:00
Rob Vermaas 61817876fc Revert "automake: Disabling tests on mips." Causes infinite recursion on all other platforms.
This reverts commit eadcd7dab6.
2012-08-15 10:13:02 +02:00
Lluís Batlle i Rossell eadcd7dab6 automake: Disabling tests on mips.
There is a test that fails on mips, and that breaks the nix build.
The text does not exist anymore in automake upstream git, so the next
version may not need this mips-specific disabling.
2012-08-15 09:56:13 +02:00
Peter Simons f136179002 haskell-zlib-bindings: update to version 0.1.1 2012-08-14 14:28:06 +02:00
Peter Simons 0d8d30884b haskell-yesod-form: update to version 1.1.0.1 2012-08-14 14:28:06 +02:00
Peter Simons fec4c86291 haskell-yesod-core: update to version 1.1.0.1 2012-08-14 14:28:05 +02:00
Peter Simons 8754609371 haskell-yesod-auth: update to version 1.1.0.1 2012-08-14 14:28:05 +02:00
Peter Simons 28eb30c211 haskell-shakespeare: update to version 1.0.1.1 2012-08-14 14:28:05 +02:00
Peter Simons f12301c4f9 haskell-shakespeare-text: update to version 1.0.0.4 2012-08-14 14:28:05 +02:00
Peter Simons 94f77400c4 haskell-shakespeare-js: update to version 1.0.0.5 2012-08-14 14:28:05 +02:00
Peter Simons 0879e2889b haskell-shakespeare-css: update to version 1.0.1.4 2012-08-14 14:28:05 +02:00
Peter Simons 4efed5529b haskell-hamlet: update to version 1.1.0.2 2012-08-14 14:28:05 +02:00
Peter Simons 82097115b6 haskell-cmdargs: update to version 0.9.7 2012-08-14 14:28:04 +02:00
Andres Loeh e093d7ea38 ghc-7.6.1-rc1: Add release candidate. 2012-08-13 16:29:01 +02:00
Ludovic Courtès 04661ec850 openssl: fix GNU/kFreeBSD builds 2012-08-13 14:12:54 +02:00
Peter Simons 59d4db07bc haskell-unix-time: update to version 0.1.2 2012-08-13 14:01:13 +02:00
Peter Simons 4de2d810e0 haskell-process-extras: update to version 0.1.3 2012-08-13 14:01:13 +02:00
Peter Simons 156f399995 haskell-highlighting-kate: update to version 0.5.2 2012-08-13 14:01:13 +02:00
Peter Simons 78ac496dc5 haskell-blaze-builder-enumerator: update to version 0.2.0.5 2012-08-13 14:01:13 +02:00
Ludovic Courtès 0dea12ff8d gnutls: FreeBSD: patch Makefile.in, not Makefile.am 2012-08-11 21:57:17 +02:00
Ludovic Courtès cb76c03216 guile: fix Solaris builds 2012-08-11 21:53:43 +02:00
Eelco Dolstra 6020d52cbe strace: Update to 4.7 2012-08-10 18:54:10 -04:00
Ludovic Courtès aa5220c701 gnutls: fix FreeBSD builds 2012-08-10 23:28:23 +02:00
Ludovic Courtès 986f04c87e guile: disable thread support on Solaris 2012-08-10 23:16:02 +02:00
Ludovic Courtès a9764e7599 gnutls: update to 3.0.22 2012-08-10 17:17:32 +02:00
Ludovic Courtès 13f133f71f libgpg-error: re-run `config.status' with Bash on OpenIndiana 2012-08-10 16:39:00 +02:00
Ludovic Courtès 9b70bc6e34 guile: allow libunistring and Readline to be found on OpenSolaris 2012-08-10 16:30:28 +02:00
aszlig d10772ec8a boomerang: Fix prefix in dlopen().
We already have the correct library dir in our search path, so we don't need to
prepend lib/ again.
2012-08-10 15:02:19 +02:00
aszlig a6e266306f boomerang: Fix endless loop in createDirectory().
Fix is on GitHub, so changing the git URL to point to the commit ID of my fix.
2012-08-10 14:59:05 +02:00
Peter Simons 9459860678 haskell-unix-time: update to version 0.1.1 2012-08-10 11:48:20 +02:00
Peter Simons 78aa1ccfb2 haskell-postgresql-simple: update to version 0.2.3.0 2012-08-10 11:48:20 +02:00
Peter Simons 59e78c12e4 haskell-hakyll: update to version 3.4.1.0 2012-08-10 11:48:20 +02:00
Peter Simons bcafa07c25 haskell-lrucache: add version 1.1.1 2012-08-10 11:47:48 +02:00
aszlig 77b1a7ff42 boomerang: New package from the fork.
This adds the boomerang decompiler, which has been forked on github because of
some years of inactivity.
2012-08-09 19:05:16 +02:00
Ludovic Courtès 55cf142175 guile: allow GMP to be found on OpenSolaris 2012-08-09 18:39:30 +02:00
Ludovic Courtès 711d1fc6f0 nettle: allow GMP to be found on OpenSolaris 2012-08-09 18:32:53 +02:00
Peter Simons 63bcec08b3 haskell-zlib-conduit: update to version 0.5.0 2012-08-09 12:11:18 +02:00
Peter Simons edd12bf490 haskell-yesod: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons 4d67ae81f5 haskell-yesod-static: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons 55dc4972cb haskell-yesod-routes: update to version 1.1.0 2012-08-09 12:11:18 +02:00
Peter Simons 75342a50e4 haskell-yesod-persistent: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons 959c23183b haskell-yesod-json: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons 5cd5c8df14 haskell-yesod-form: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons fcd1e9eee4 haskell-yesod-default: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons 19dca37062 haskell-yesod-core: update to version 1.1.0 2012-08-09 12:11:17 +02:00
Peter Simons f40657e94b haskell-yesod-auth: update to version 1.1.0 2012-08-09 12:11:16 +02:00
Peter Simons d2be882ab1 haskell-yaml: update to version 0.8.0.1 2012-08-09 12:11:16 +02:00
Peter Simons 3a6a59920b haskell-xml-conduit: update to version 1.0.3 2012-08-09 12:11:16 +02:00
Peter Simons 655c7d61d7 haskell-warp: update to version 1.3.0.1 2012-08-09 12:11:16 +02:00
Peter Simons d58036f542 haskell-wai: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons 89a0de93f5 haskell-wai-logger: update to version 0.2.0 2012-08-09 12:11:16 +02:00
Peter Simons 54f1ff4cff haskell-wai-extra: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons 34e0642359 haskell-wai-app-static: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons 34af15ebe0 haskell-vacuum: update to version 2.0.0.0 2012-08-09 12:11:15 +02:00
Peter Simons 8387a3e51b haskell-terminfo: update to version 0.3.2.5 2012-08-09 12:11:15 +02:00
Peter Simons 6cf377b963 haskell-postgresql-simple: update to version 0.2.2.0 2012-08-09 12:11:15 +02:00
Peter Simons 7dbc731dca haskell-persistent: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons 3bc886d04b haskell-persistent-template: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons 33906970d7 haskell-persistent-sqlite: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons 155895087c haskell-persistent-postgresql: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons 7e50fc4bc5 haskell-network-conduit: update to version 0.5.0 2012-08-09 12:11:15 +02:00
Peter Simons 0d16a90c96 haskell-http-types: update to version 0.7.1 2012-08-09 12:11:14 +02:00
Peter Simons 58aac6b0b8 haskell-http-conduit: update to version 1.5.0.3 2012-08-09 12:11:14 +02:00
Peter Simons 7294f7e31a haskell-hoogle: update to version 4.2.12 2012-08-09 12:11:14 +02:00
Peter Simons 7e40c4950c haskell-happstack-server: update to version 7.0.4 2012-08-09 12:11:14 +02:00
Peter Simons b477528c80 haskell-hamlet: update to version 1.1.0.1 2012-08-09 12:11:14 +02:00
Peter Simons 33cd3511ac haskell-fast-logger: update to version 0.2.1 2012-08-09 12:11:14 +02:00
Peter Simons 626f0fa4c7 haskell-data-default: update to version 0.5.0 2012-08-09 12:11:14 +02:00
Peter Simons 82ad60c861 haskell-crypto-conduit: update to version 0.4.0 2012-08-09 12:11:14 +02:00
Peter Simons 106e21f216 haskell-conduit: update to version 0.5.2.3 2012-08-09 12:11:13 +02:00
Peter Simons 19a790ddb8 haskell-clientsession: update to version 0.8.0 2012-08-09 12:11:13 +02:00
Peter Simons ae1cb6006c haskell-blaze-builder-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons caa14bb60b haskell-authenticate: update to version 1.3.0.1 2012-08-09 12:11:13 +02:00
Peter Simons f061cfe2f3 haskell-attoparsec-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons 63a87e38c6 haskell-HStringTemplate: update to version 0.6.9 2012-08-09 12:11:13 +02:00
Peter Simons e0c204a940 haskell-hakyll: patch to allow building with latest version of 'hamlet' 2012-08-09 12:11:13 +02:00
Peter Simons 0979c3df69 haskell-snap: patch to allow building with latest version of 'clientsession' 2012-08-09 12:11:12 +02:00
Peter Simons 7aa98d2f5e haskell-monad-logger: add version 0.2.0 2012-08-09 12:11:12 +02:00
Peter Simons b454e2e43e haskell-unix-time: add version 0.1.0 2012-08-09 12:11:12 +02:00
Michael Raskin 801dee4a36 SBCL: update to 1.0.58 2012-08-09 13:01:04 +04:00
Vladimír Čunát 54651b2662 Hunspell upgrade. 2012-08-07 16:38:26 +02:00
Peter Simons 3e2e746d5a haskell-shelly: update to version 0.14.0.1 2012-08-06 12:44:35 +02:00
Peter Simons f020eac1ff haskell-multiplate: update to version 0.0.2 2012-08-06 12:44:35 +02:00
Peter Simons b2eb3b886e haskell-irc: update to version 0.5.1.0 2012-08-06 12:44:35 +02:00
Peter Simons f3ae30b8d6 haskell-accelerate-cuda: update to version 0.12.1.1 2012-08-06 12:44:35 +02:00
Alexander Foremny 97081611e2 Add package haskell-digestive-functors-heist
Generated by cabal2nix, builds locally.
2012-08-06 12:44:35 +02:00
Lluís Batlle i Rossell 6655bc783e go: patching it to get the nixos cacert bundle taken just fine 2012-08-05 20:50:54 +02:00
Peter Simons 705fbf2e8c bison: update to version 2.6.2 2012-08-04 13:00:44 +02:00
Lluís Batlle i Rossell f682ff3521 gcc47: disabling parallel build if profiled bootstrap required
The gccinstall manual says that parallel building with a profiled
bootstrap is not supported. As we don't have much means of checking
if our profiled bootstrap with parallel build was good or bad, I
propose going to safe terrain.
2012-08-03 19:59:43 +02:00
Lluís Batlle i Rossell 592b980931 gccgo46: removing it. I set gccgo = gcc47
gccgo46 did not build for me, and maybe never built at all.
The same recipe, though, worked fine for gcc47. So let's go with gcc47.
2012-08-03 19:52:19 +02:00
Lluís Batlle i Rossell a375ffa53f Adding gccgo for gcc4.7.
I tested hello world, and it works.
2012-08-03 19:49:53 +02:00
Peter Simons 58d1298c45 haskell-xml-types: update to version 0.3.3 2012-08-03 17:42:48 +02:00
Peter Simons bb6b804fd1 haskell-void: update to version 0.5.7 2012-08-03 17:42:48 +02:00
Peter Simons 6dbbb861cc haskell-socks: update to version 0.4.2 2012-08-03 17:42:48 +02:00
Peter Simons efbc72d31e haskell-shelly: update to version 0.13.4 2012-08-03 17:42:48 +02:00
Peter Simons 42b11c6474 haskell-instant-generics: update to version 0.3.5 2012-08-03 17:42:48 +02:00
Peter Simons cbe1d3163d haskell-hmatrix: update to version 0.14.1.0 2012-08-03 17:42:47 +02:00
Peter Simons 6370084870 haskell-hastache: update to version 0.4.2 2012-08-03 17:42:47 +02:00
Peter Simons de73ae1aac haskell-fclabels: update to version 1.1.4 2012-08-03 17:42:47 +02:00
Peter Simons 3ff06e92a2 haskell-derive: update to version 2.5.10 2012-08-03 17:42:47 +02:00
Peter Simons ff7d63d2bf haskell-data-lens: update to version 2.10.2 2012-08-03 17:42:47 +02:00
Peter Simons 0a1ffe3dc9 haskell-cmdargs: update to version 0.9.6 2012-08-03 17:42:47 +02:00
Peter Simons 972f9dab8f haskell-certificate: update to version 1.2.4 2012-08-03 17:42:47 +02:00
Peter Simons a1c1e671e2 haskell-Vec: update to version 1.0.1 2012-08-03 17:42:46 +02:00
Peter Simons def966e7e7 haskell-Chart: update to version 0.16 2012-08-03 17:42:46 +02:00
Peter Simons 2dbe88630b haskell-AspectAG: update to version 0.3.6.1 2012-08-03 17:42:45 +02:00
Peter Simons 09cf14f73d Drop haskell-Shellac-{readline,haskeline}.
Both packages are broken with recent versions of the compiler and upstream
doesn't respond to e-mail.
2012-08-03 16:09:52 +02:00
Peter Simons 1e0b1b211b Merge pull request #74 from aforemny/haskell-snap
Haskell snap
2012-08-03 06:43:22 -07:00
Daniel Santa Cruz 51c95330b3 Extra libraries required for web dev with Snap
[shlevy]: Fixed missing .nix in haskell-packages.nix
2012-08-03 08:15:15 -04:00
Eelco Dolstra 866ed72060 libjpeg-turbo: Update to 1.2.1
CVE-2012-2806
2012-08-02 12:07:54 -04:00
Michael Raskin 901574fe8a Julia language: update to a fresh version
Update julia and some of its dependencies

Split PCRE because a lot of packages depend on it and I am not sure we
want to test them in a hurry (and Julia specifies exact version).
2012-08-02 17:48:36 +04:00
Lluís Batlle i Rossell 7954b01342 Adding gcc 4.7.1. 2012-08-02 12:53:30 +02:00
Alexander Foremny 8ea5b1aeaa Fix naming convention for haskell-packages.nix 2012-08-01 12:59:34 +02:00
Shea Levy 6c0b7103c9 Add sbc 2012-08-01 06:12:20 -04:00
Eelco Dolstra bd8d7a8d15 Add some packages to the channel 2012-07-31 19:26:35 -04:00
Arie Middelkoop 26b4e2a286 compatibility fix of ocaml-extlib for ocaml 4.00.0. 2012-07-31 14:10:11 +02:00
Arie Middelkoop 2d09dbf8fc update of ocaml-makefile to version 6.37.0. 2012-07-31 14:09:49 +02:00
Arie Middelkoop 63be0ae2f7 patch of sexplib for compatibility with ocaml 4.00.0. 2012-07-31 14:09:40 +02:00