Commit graph

8375 commits

Author SHA1 Message Date
Peter Simons
3e5dc7a950 haskell-yesod-auth: jail-break to support current versions of lifted-base 2012-10-08 11:16:16 +02:00
Peter Simons
5387c50157 haskell-resourcet: jail-break to support current versions of lifted-base 2012-10-08 11:15:03 +02:00
Peter Simons
3ed8a0c9dc haskell-persistent: jail-break to support current versions of lifted-base 2012-10-08 11:14:39 +02:00
Peter Simons
0a9568df7b haskell-tar: update to version 0.4.0.1 2012-10-08 10:47:32 +02:00
Peter Simons
3b9a7e59b2 haskell-Cabal: update to versions 1.16.0.1 2012-10-08 10:46:55 +02:00
Shea Levy
29fd8d4eaa cmake: Bump 2012-10-08 03:12:42 -04:00
Shea Levy
7786353848 Add libc++ 2012-10-08 02:32:09 -04:00
Shea Levy
4f178d1698 clang: Bump to 3.1 2012-10-08 01:57:39 -04:00
Shea Levy
5a6fd3d510 llvm: Bump to 3.1 2012-10-07 23:25:11 -04:00
aszlig
c6c7019091
haxe: Remove build files of haxelib/haxedoc early.
Previously, we installed std by omitting the tools directory. Now, there are
occasions where you actually want to use things like tools.haxelib from within
your project, for example to create something that interfaces with the haxelib
API. So we now just remove all files in there that were created during the main
build in postBuild.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-08 02:26:09 +02:00
Shea Levy
529fee610b libicns: Bump 2012-10-07 18:22:30 -04:00
Shea Levy
2f8ab5e651 Merge branch 'refind' into upstream 2012-10-07 17:54:30 -04:00
aszlig
c585be8619
neko: Correctly set 64bit mode in build.
Neko seems to think it is running in 32bit, even though it is compiled for
64bit. The fix is included in 1.8.3, which is not yet released as of now, so we
add a temporary fix until the release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 23:13:56 +02:00
Cillian de Róiste
65358fad8c Upgrade libraw1394 to 2.1.0 2012-10-07 23:02:32 +02:00
Alexander Foremny
471ceb6dbb Merge remote-tracking branch 'upstream/master' into jhc 2012-10-07 17:58:43 +02:00
Alexander Foremny
f2e82a385e Add jhc 0.8.0 2012-10-07 17:52:43 +02:00
Cillian de Róiste
2b31648dee Upgrading suil (LV2 plugin library) from 0.6.2 to 0.6.4 2012-10-07 14:06:35 +02:00
Cillian de Róiste
08e025acab Adding Qt and GTK support to suil so that they can be used for the LV2 plugin GUIs 2012-10-07 14:06:35 +02:00
aszlig
064cf68281
haxe: Rewrite package from scratch, version 2.10.
As well as for neko, we now have way less cruft within the mkDerivation
attribute set. We also now use make to build haxe, which will include haxelib
and haxedoc as well.

The main reason why I was doing this was because the package didn't build and
still was referencing mawercer.de, which does not contain those tarballs
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:59 +02:00
aszlig
e5239b78bd
neko: Rewrite package from scratch, version 1.8.2.
This should simplify the input of the derivation builder significantly and of
course we don't need to rely on mawercer.de to supply the needed files. Also,
the derivation name doesn't include "-cvs" anymore, as we're building from the
release tarball.

In addition, we don't need the patch anymore, as it was so simple that it could
be done easily with sed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:19 +02:00
Eelco Dolstra
c1719a5835 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-05 17:57:45 -04:00
Cyril Roelandt
172abb4b26 Add a "smatch" package.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2012-10-05 10:41:44 +02:00
Shea Levy
af045b4ee1 edk2: Bump version 2012-10-04 20:11:47 -04:00
Shea Levy
ce6dbfc66a gnu-efi: Version 3.0r 2012-10-04 19:57:17 -04:00
Shea Levy
c592992b14 Fix tarball 2012-10-04 19:53:10 -04:00
Shea Levy
a08ca4c04a openjdk: Don't use the official build system's boostrapping, do our own.
The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like:
  /bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory
Instead, just build each stage as a separate derivation
2012-10-04 16:56:41 -04:00
Andres Loeh
a84ad8010a Add haskell-platform-2012.4.0.0 release candidate. 2012-10-03 21:12:46 +02:00
Eelco Dolstra
31f89ba349 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-03 14:43:10 -04:00
Eelco Dolstra
f9714ace11 boehm-gc: Update to 7.2d 2012-10-03 14:07:35 -04:00
Eelco Dolstra
114dc08026 openjpeg: Update to 1.5.1
Fixes CVE-2012-3535, CVE-2012-3358.
2012-10-03 14:07:35 -04:00
Shea Levy
bc829a1050 Revert "Add template-haskell haskellPackage"
This reverts commit 7f871719d5.

Apparently, GHC comes with template-haskell, so there's no point in installing it separately.
2012-10-03 07:46:58 -04:00
Rickard Nilsson
b63305721d gnum4: Disable tests for ARM.
I can't get the `diversions' to pass on SheevaPlug. It builds fine otherwise.
2012-10-02 08:49:33 +02:00
Shea Levy
7f871719d5 Add template-haskell haskellPackage 2012-10-01 11:48:41 -04:00
Eelco Dolstra
b78256fbd7 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-01 11:43:43 -04:00
Cillian de Róiste
471eb0ba53 ffmpeg: Add option to enable x11grab support.
This is useful for making screencasts, or bug reporting.

Note: This is copied from aszlig's pull request: 05831d3a66
2012-09-30 23:53:39 +02:00
Lluís Batlle i Rossell
cb7e161361 ffmpeg: adding 1.0 back as an attribute apart. 2012-09-30 12:20:55 +02:00
Lluís Batlle i Rossell
3bc6675d70 Revert "ffmpeg: update to 1.0"
This reverts commit 8ea11ec677.

It was breaking things, as said by Eelco said in nix-dev:
http://hydra.nixos.org/eval/742774
2012-09-30 12:19:37 +02:00
Lluís Batlle i Rossell
f31de09d5c libvpx: updating to 1.1.0 2012-09-29 23:38:41 +02:00
Lluís Batlle i Rossell
8ea11ec677 ffmpeg: update to 1.0 2012-09-29 23:37:05 +02:00
Eelco Dolstra
745cb58e4e Doh 2012-09-29 14:40:56 -04:00
Eelco Dolstra
3ffc960b18 Fix libxml2Python build
hydra.nixos.org/build/3106762
2012-09-29 12:08:25 -04:00
Eelco Dolstra
bf1b2e9c2e qt4: Update to 4.8.3 2012-09-28 23:20:59 -04:00
Eelco Dolstra
62f231756a libusb1: Update to 1.0.9 2012-09-28 23:20:59 -04:00
Eelco Dolstra
14310ed2c8 libxslt: Update to 1.1.27 2012-09-28 17:44:38 -04:00
Eelco Dolstra
c7658cf9b0 libxml2: Update to 2.9.0 2012-09-28 17:44:38 -04:00
Peter Simons
35cc2c32bb haskell-parallel-io: add version 0.3.2 2012-09-28 21:45:21 +02:00
Peter Simons
71a51e3d47 haskell-simple-sendfile: update to version 0.2.8 2012-09-28 10:46:39 +02:00
Peter Simons
88a859891c haskell-rank1dynamic: update to version 0.1.0.1 2012-09-28 10:46:39 +02:00
Peter Simons
be459eddd8 haskell-hs-bibutils: update to version 4.15 2012-09-28 10:46:39 +02:00
Peter Simons
84413b00e2 haskell-DSH: update to version 0.7.8.2 2012-09-28 10:46:38 +02:00
Peter Simons
9ffe9d4e09 haskell-hxt: jailbreak to support recent versions of the 'network' library 2012-09-28 10:35:15 +02:00
Eelco Dolstra
f021420036 Revert "gtk+: Update to 3.6.0"
This reverts commit 6cbb674895.
2012-09-27 17:42:46 -04:00
Eelco Dolstra
40eaa8657c Add Harfbuzz, an OpenType text shaping engine 2012-09-27 17:23:36 -04:00
Eelco Dolstra
6cbb674895 gtk+: Update to 3.6.0 2012-09-27 17:22:56 -04:00
Eelco Dolstra
b7cadbb7d2 gobject-introspection: Update to 1.34.0 2012-09-27 16:17:06 -04:00
Eelco Dolstra
4cdca52f7e glib: Update to 2.34.0 2012-09-27 16:16:52 -04:00
Eelco Dolstra
4a6a87eedc Fix builds depending on libXft 2012-09-27 12:38:48 -04:00
Peter Simons
8432dddfe8 haskell-warp: update to version 1.3.2 2012-09-27 12:21:19 +02:00
Peter Simons
6a695af99b haskell-vector-space: update to version 0.8.3 2012-09-27 12:21:19 +02:00
Peter Simons
669de74d36 haskell-snap: update to version 0.9.2.1 2012-09-27 12:21:18 +02:00
Peter Simons
0ff49d3405 haskell-snap-server: update to version 0.9.2.3 2012-09-27 12:21:18 +02:00
Peter Simons
ef710f5c4d haskell-random-fu: update to version 0.2.3.1 2012-09-27 12:21:18 +02:00
Peter Simons
ced4dd874a haskell-hxt: update to version 9.3.1.0 2012-09-27 12:21:18 +02:00
Peter Simons
ba6b7c53c4 haskell-http-conduit: update to version 1.6.1 2012-09-27 12:21:18 +02:00
Peter Simons
219109de4e haskell-hs-bibutils: update to version 4.14 2012-09-27 12:21:18 +02:00
Peter Simons
9ec744961f haskell-ghc-events: update to version 0.4.0.1 2012-09-27 12:21:17 +02:00
Peter Simons
ee606adc9e haskell-directory-tree: update to version 0.11.0 2012-09-27 12:21:17 +02:00
Peter Simons
2f2658d4ff haskell-dataenc: update to version 0.14.0.4 2012-09-27 12:21:17 +02:00
Peter Simons
d06f4cf000 haskell-Boolean: update to version 0.1.0 2012-09-27 12:21:17 +02:00
Peter Simons
083ac8dafc Merge pull request #132 from MarcWeber/fixes/smpeg
fix build of smpeg
2012-09-27 02:34:20 -07:00
Andres Loeh
42cf8b1002 Add distributed-process-simplelocalnet and dependencies. 2012-09-27 09:50:02 +02:00
Andres Loeh
f81253e743 Add haskell-distributed-process and dependencies. 2012-09-27 09:45:07 +02:00
Eelco Dolstra
5b7d7b11f3 dbus: Update to 1.6.4 2012-09-26 22:21:14 -04:00
Marc Weber
d9152f0133 fix build of smpeg 2012-09-27 01:29:53 +02:00
Eelco Dolstra
2122279858 gtk+: Update to 2.24.13 2012-09-26 15:39:32 -04:00
Eelco Dolstra
948aa32e46 atk: Update to 2.6.0 2012-09-26 15:17:54 -04:00
Eelco Dolstra
62cd9ea869 pango: Update to 1.30.1 2012-09-26 15:17:31 -04:00
Eelco Dolstra
bda3c649c4 mesa: Update to 8.0.4 2012-09-26 15:17:01 -04:00
Eelco Dolstra
d8b7b65bb1 Slight cleanup 2012-09-26 15:07:43 -04:00
Eelco Dolstra
943346d9d0 fontconfig: Update to 2.10.1 2012-09-26 15:07:11 -04:00
Eelco Dolstra
d9e4b08c08 freetype: Update to 2.4.10 2012-09-26 15:04:41 -04:00
Eelco Dolstra
013b137325 expat: Update to 2.1.0 2012-09-26 15:04:27 -04:00
Eelco Dolstra
99df2b42a7 libtiff: Update to 3.9.7 2012-09-26 14:59:48 -04:00
Eelco Dolstra
d5758c99a3 Merge remote-tracking branch 'origin/master' into x-updates
Conflicts:
	pkgs/misc/maven/maven-1.0.nix
	pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Lluís Batlle i Rossell
664ee28936 Adding libopus
I still don't know any program that can use it.
2012-09-25 20:01:56 +02:00
Lluis Batlle
839f124ba1 ocaml: native code building for ARM on 3.12 and 4.00
I think it already works. I'll test more throughly tomorrow.
2012-09-25 19:38:06 +02:00
Lluís Batlle i Rossell
1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00
Peter Simons
3a34ac175f pkgs/development/compilers/ghc/with-packages.nix: include bash completion files in the generated environment 2012-09-25 15:05:49 +02:00
Peter Simons
a1d08ed4f6 haskell-yesod: update to version 1.1.1 2012-09-25 13:12:48 +02:00
Peter Simons
aad56b31e7 haskell-yesod-form: update to version 1.1.3 2012-09-25 13:12:48 +02:00
Peter Simons
ff32b5e738 haskell-yesod-core: update to version 1.1.2 2012-09-25 13:12:48 +02:00
Peter Simons
ce340103d5 haskell-warp: update to version 1.3.1.2 2012-09-25 13:12:48 +02:00
Peter Simons
c3c66b0167 haskell-tls: update to version 0.9.11 2012-09-25 13:12:48 +02:00
Peter Simons
4ac7aeb60d haskell-split: update to version 0.2.1.1 2012-09-25 13:12:48 +02:00
Peter Simons
1902ca085a haskell-json: update to version 0.6 2012-09-25 13:12:47 +02:00
Peter Simons
0e25ce427e haskell-hamlet: update to version 1.1.1 2012-09-25 13:12:47 +02:00
Peter Simons
cb96271787 haskell-attoparsec-conduit: update to version 0.5.0.2 2012-09-25 13:12:47 +02:00
Peter Simons
e07f0bbeb2 cyrus-sasl: put daemon state to '/run/ssalauthd' instead of the default value '/var/state/ssalauthd' 2012-09-25 12:50:44 +02:00
Peter Simons
23d5a7a042 cyrus-sasl: add support for PAM on Linux 2012-09-25 12:50:44 +02:00
Peter Simons
d3dc95834a boost-headers: update to version 1.51.0 2012-09-25 12:16:01 +02:00
Peter Simons
bae4524eee boost: delete obsolete version 1.50.0 2012-09-25 12:15:59 +02:00
Michael Raskin
4517d03af1 Opportunistic measures to prevent the need to convert null to string; they may work or may not work for actually building 2012-09-24 23:49:11 +04:00
Michael Raskin
732811700a Added BareSIP 2012-09-24 21:03:02 +04:00
Lluís Batlle i Rossell
612ed601f2 gcc47: updating to 4.7.2 2012-09-24 15:24:01 +02:00
Peter Simons
878595c2a0 haskell-hslogger: update to version 1.2.1 2012-09-24 12:08:34 +02:00
Peter Simons
56c3274d20 haskell-vector-space-points: update to version 0.1.2.0 2012-09-24 12:08:34 +02:00
Peter Simons
f548355ce8 haskell-string-combinators: update to version 0.6.0.4 2012-09-24 12:08:34 +02:00
Peter Simons
46b259a0cc haskell-shakespeare: update to version 1.0.1.4 2012-09-24 12:08:33 +02:00
Peter Simons
911aca1f74 haskell-shakespeare-text: update to version 1.0.0.5 2012-09-24 12:08:33 +02:00
Peter Simons
94acf765ac haskell-shakespeare-js: update to version 1.0.0.6 2012-09-24 12:08:33 +02:00
Peter Simons
e7b6f8f059 haskell-shakespeare-css: update to version 1.0.1.5 2012-09-24 12:08:33 +02:00
Peter Simons
4eca3fc600 haskell-repr: update to version 0.4.1.3 2012-09-24 12:08:33 +02:00
Peter Simons
dc15f8716e haskell-repa: update to version 3.2.2.1 2012-09-24 12:08:33 +02:00
Peter Simons
4635bf2bff haskell-repa-io: update to version 3.2.2.1 2012-09-24 12:08:32 +02:00
Peter Simons
48b987139c haskell-repa-examples: update to version 3.2.2.1 2012-09-24 12:08:32 +02:00
Peter Simons
ec7e8fe127 haskell-repa-algorithms: update to version 3.2.2.1 2012-09-24 12:08:32 +02:00
Peter Simons
77cfb32d17 haskell-persistent: update to version 1.0.1.2 2012-09-24 12:08:32 +02:00
Peter Simons
2e88930b1b haskell-persistent-template: update to version 1.0.0.2 2012-09-24 12:08:32 +02:00
Peter Simons
d140ba4a6f haskell-pathtype: update to version 0.5.3 2012-09-24 12:08:32 +02:00
Peter Simons
86d28b4460 haskell-path-pieces: update to version 0.1.2 2012-09-24 12:08:32 +02:00
Peter Simons
a6f1f51ccd haskell-monad-logger: update to version 0.2.1 2012-09-24 12:08:31 +02:00
Peter Simons
b2505f6eaf haskell-liblastfm: update to version 0.0.3.6 2012-09-24 12:08:31 +02:00
Peter Simons
a5c2666c4f haskell-happstack-server: update to version 7.0.5 2012-09-24 12:08:31 +02:00
Peter Simons
0f15bcdc78 haskell-hamlet: update to version 1.1.0.3 2012-09-24 12:08:31 +02:00
Peter Simons
fb7be61740 haskell-hakyll: update to version 3.4.2.1 2012-09-24 12:08:31 +02:00
Peter Simons
9633471a67 haskell-gloss: update to version 1.7.6.1 2012-09-24 12:08:30 +02:00
Peter Simons
561062b21d haskell-dstring: update to version 0.4.0.4 2012-09-24 12:08:30 +02:00
Peter Simons
55cbcc15ef haskell-cabal-file-th: update to version 0.2.3 2012-09-24 12:08:30 +02:00
Peter Simons
4d9e6486c1 haskell-bmp: update to version 1.2.2.1 2012-09-24 12:08:30 +02:00
Peter Simons
85982d0e89 haskell-attoparsec-binary: update to version 0.2 2012-09-24 12:08:30 +02:00
Peter Simons
5e85ad98cd haskell-MissingH: update to version 1.2.0.0 2012-09-24 12:08:29 +02:00
Peter Simons
fb37bdc583 haskell-threads: add version 0.5.0.1 2012-09-24 12:08:29 +02:00
Peter Simons
7621bd32ae haskell-QuickCheck: update to version 2.5.1.1 2012-09-24 12:08:29 +02:00
Peter Simons
df80a705af haskell-happy: add version 1.18.10 2012-09-24 12:08:29 +02:00
Lluís Batlle i Rossell
57b578189b Adding cryptodev-linux, and made openssl use it optionally.
I'm trying to get the CESA of the sheevaplug available to openssl.
2012-09-23 20:51:15 +02:00
Michael Raskin
37418b3f70 Add farstream support to gajim 2012-09-23 21:39:26 +04:00
Michael Raskin
04cacaf628 Julia: fresher revision with a fresher dependency 2012-09-23 05:10:42 +04:00
Peter Simons
88f166bf61 Merge pull request #129 from aforemny/haskell-attoparsec-binary
Haskell attoparsec binary
2012-09-22 02:55:45 -07:00
Lluís Batlle i Rossell
3b04eca150 freeimage: update to 3.15.3
Patch sent by Carles Pagès.
2012-09-21 18:02:44 +02:00
Peter Simons
c270c75548 haskell-strptime: update to version 1.0.8 2012-09-21 16:36:25 +02:00
Peter Simons
ba26b90dac haskell-snap: update to version 0.9.2.1 2012-09-21 16:36:25 +02:00
Peter Simons
8ab696d92f haskell-snap-server: update to version 0.9.2.3 2012-09-21 16:36:25 +02:00
Peter Simons
ddaea62f91 haskell-snap-core: update to version 0.9.2.1 2012-09-21 16:36:25 +02:00
Peter Simons
db90286ff7 haskell-shelly: update to version 0.14.1 2012-09-21 16:36:25 +02:00
Peter Simons
46b291f6ea haskell-certificate: update to version 1.2.8 2012-09-21 16:36:25 +02:00
Peter Simons
e3a68cc130 haskell-JuicyPixels: update to version 2.0.1 2012-09-21 16:36:25 +02:00
Peter Simons
0de6725105 haskell-idris: update to version 0.9.3.1 2012-09-21 16:36:24 +02:00
Alexander Foremny
882ccb0f52 Patch attoparsec-binary to work with GHC 7.6.1 2012-09-21 16:33:24 +02:00
Alexander Foremny
abc7c382ce Add attoparsec-binary-0.1.0.1 2012-09-21 16:29:12 +02:00
Shea Levy
309ec44f40 build-node-package: make fewer assumptions about the name of the node tarball 2012-09-20 14:45:31 -04:00
Peter Simons
2433317cf0 haskell-yesod: update to version 1.1.0.3 2012-09-20 14:34:54 +02:00
Peter Simons
8127dab3d5 haskell-yesod-test: update to version 0.3.0.1 2012-09-20 14:34:54 +02:00
Peter Simons
4c84e5275a haskell-yesod-form: update to version 1.1.2 2012-09-20 14:34:54 +02:00
Peter Simons
9540d6e6f2 haskell-warp: update to version 1.3.1.1 2012-09-20 14:34:54 +02:00
Peter Simons
3b26099b62 haskell-wai: update to version 1.3.0.1 2012-09-20 14:34:53 +02:00
Peter Simons
36b729ea62 haskell-wai-extra: update to version 1.3.0.2 2012-09-20 14:34:53 +02:00
Peter Simons
a845d17efc haskell-wai-app-static: update to version 1.3.0.2 2012-09-20 14:34:53 +02:00
Peter Simons
95b00cb92b haskell-unix-compat: update to version 0.4.0.0 2012-09-20 14:34:53 +02:00
Peter Simons
012b942ca3 haskell-stylish-haskell: update to version 0.5.1.0 2012-09-20 14:34:53 +02:00
Peter Simons
5e3e55ea08 haskell-strptime: update to version 1.0.7 2012-09-20 14:34:53 +02:00
Peter Simons
5adbb7aaf4 haskell-snap: update to version 0.9.2 2012-09-20 14:34:53 +02:00
Peter Simons
4f2e67cb7d haskell-snap-server: update to version 0.9.2.2 2012-09-20 14:34:53 +02:00
Peter Simons
51ec98ee2a haskell-snap-core: update to version 0.9.2 2012-09-20 14:34:52 +02:00
Peter Simons
a19959bfa6 haskell-shelly: update to version 0.14.0.1 2012-09-20 14:34:52 +02:00
Peter Simons
d5f1233623 haskell-network-conduit: update to version 0.5.0.2 2012-09-20 14:34:52 +02:00
Peter Simons
9958d66805 haskell-murmur-hash: update to version 0.1.0.6 2012-09-20 14:34:52 +02:00
Peter Simons
70a1ead4a2 haskell-http-conduit: update to version 1.6.0.4 2012-09-20 14:34:52 +02:00
Peter Simons
7347039d0d haskell-binary: update to version 0.6.1.0 2012-09-20 14:34:52 +02:00
Peter Simons
e5b709fef6 haskell-SDL: update to version 0.6.4 2012-09-20 14:34:52 +02:00
Peter Simons
76eaa4c4f0 haskell-HStringTemplate: update to version 0.6.10 2012-09-20 14:34:52 +02:00
Peter Simons
56bb1ac90b haskell-network: update to version 2.4.0.1 2012-09-20 14:09:08 +02:00
Peter Simons
355cf69c76 haskell-Cabal: add version 1.16.0 2012-09-20 14:08:10 +02:00
Eelco Dolstra
e6077fbc46 Remove getConfig helper function
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’
can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-19 13:56:56 -04:00
Shea Levy
7d5bb08534 Add cipher-block-size node package and remove the nativeDeps argument to build-node-package (buildInputs can just be specified directly) 2012-09-18 12:08:16 -04:00
Peter Simons
5940f10394 haskell-tagsoup: update to version 0.12.8 2012-09-18 12:04:01 +02:00
Peter Simons
061118c665 haskell-pwstore-fast: update to version 2.3 2012-09-18 12:04:01 +02:00
Peter Simons
438e301c87 haskell-hashed-storage: update to version 0.5.10 2012-09-18 12:04:01 +02:00
Peter Simons
2460be6f63 haskell-splot: add version 0.3.4 2012-09-18 11:58:12 +02:00
Peter Simons
3865d54f0f haskell-timeplot: add version 1.0.11 2012-09-18 11:58:12 +02:00
Peter Simons
6e0a176878 haskell-vcs-revision: add version 0.0.1 2012-09-18 11:58:12 +02:00
Peter Simons
7a505d7830 haskell-strptime: add version 1.0.6 2012-09-18 11:58:12 +02:00
Peter Simons
1a89d01497 haskell-zlib-enum: update to version 0.2.3 2012-09-17 16:17:58 +02:00
Peter Simons
866e6af90b haskell-xmlhtml: update to version 0.2.0.3 2012-09-17 16:17:57 +02:00
Peter Simons
03ea8d67ad haskell-tagstream-conduit: update to version 0.5.3 2012-09-17 16:17:57 +02:00
Peter Simons
03b1403c8d haskell-tagged: update to version 0.4.4 2012-09-17 16:17:57 +02:00
Peter Simons
38ab8228b2 haskell-system-fileio: update to version 0.3.10 2012-09-17 16:17:57 +02:00
Peter Simons
99859a9e6f haskell-stylish-haskell: update to version 0.5.0.2 2012-09-17 16:17:57 +02:00
Peter Simons
2379b71850 haskell-srcloc: update to version 0.2.1 2012-09-17 16:17:57 +02:00
Peter Simons
15d02d4a1d haskell-process-extras: update to version 0.2.0 2012-09-17 16:17:57 +02:00
Peter Simons
7830e23ea5 haskell-monads-tf: update to version 0.1.0.1 2012-09-17 16:17:57 +02:00
Peter Simons
de5902e386 haskell-mainland-pretty: update to version 0.2.2 2012-09-17 16:17:57 +02:00
Peter Simons
079ff81985 haskell-liblastfm: update to version 0.0.3.5 2012-09-17 16:17:57 +02:00
Peter Simons
17e6b25fb5 haskell-language-c-quote: update to version 0.4.1 2012-09-17 16:17:56 +02:00
Peter Simons
6314bfdb4c haskell-hashtables: update to version 1.0.1.7 2012-09-17 16:17:56 +02:00
Peter Simons
0c11a13bd5 haskell-hakyll: update to version 3.4.2.0 2012-09-17 16:17:56 +02:00
Peter Simons
27ab1bab7f haskell-generic-deriving: update to version 1.2.2 2012-09-17 16:17:56 +02:00
Peter Simons
a05489e7e8 haskell-data-lens-template: update to version 2.1.7 2012-09-17 16:17:56 +02:00
Peter Simons
ca5314f472 haskell-cipher-aes: update to version 0.1.2 2012-09-17 16:17:56 +02:00
Peter Simons
e6120ed7be haskell-certificate: update to version 1.2.7 2012-09-17 16:17:56 +02:00
Peter Simons
1a64cbaf85 haskell-blaze-markup: update to version 0.5.1.1 2012-09-17 16:17:56 +02:00
Peter Simons
24e100b38a haskell-binary: update to version 0.6.0.0 2012-09-17 16:17:56 +02:00
Peter Simons
b581d13fef haskell-accelerate-cuda: update to version 0.12.1.2 2012-09-17 16:17:56 +02:00
Peter Simons
3c627e290c haskell-JuicyPixels: update to version 2.0 2012-09-17 16:17:55 +02:00
Peter Simons
8363515431 haskell-idris: update to version 0.9.3 2012-09-17 16:17:55 +02:00
Peter Simons
f766cd32ee haskell-HTTP: drop 4000.2.4 2012-09-17 16:09:09 +02:00
Peter Simons
27cffbd3cb haskell-network: add version 2.4.0.0 2012-09-17 16:08:48 +02:00
Peter Simons
3f5e18dcd7 haskell-HTTP: add version 4000.2.5 2012-09-17 16:08:28 +02:00
Peter Simons
e6d0852c2c haskell-GLUT: patch version 2.3.0.0 to build with GHC 7.6.1 2012-09-17 16:04:00 +02:00
Peter Simons
097e1bfdbd haskell-pandoc: enable building with blaze-html 0.5 or later 2012-09-17 15:51:00 +02:00
Peter Simons
51722e9526 haskell-split: delete version 0.1.x ... again
Man, getting rid of split 0.1.x is more difficult than I would have thought.
2012-09-17 15:49:41 +02:00
Mathijs Kwik
baa6223904 node-packages: ability to build npms that have native extensions 2012-09-17 09:56:49 +02:00
aszlig
9a65507b0f
nss: Fix and add URL for security_load.patch.
We now provide an additional URL from the Debian Git repository as well, just to
be sure that the URL is available.

And, well, of course fix the URL that has gone invalid.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-17 09:31:47 +02:00
Mathijs Kwik
68f6866ab6 node.js: upgrade to 0.8.9
- espipe patch no longer needed
- linkV8 headers replaced by buildNodePackage's upcoming binary support
2012-09-15 20:53:19 +02:00
Mathijs Kwik
12e71e4c22 v8: upgrade to 3.11.10.22 2012-09-15 20:53:19 +02:00
Mathijs Kwik
b1f8a1b916 add: haskell-split older version (0.1) 2012-09-15 20:53:19 +02:00
Eelco Dolstra
517612c2ca sqlite: Update to 3.7.14 2012-09-14 13:16:47 -04:00
Eelco Dolstra
696206c405 Rename spiceProtocol -> spice_protocol 2012-09-13 11:36:34 -04:00
Michael Raskin
8b7d12d0f5 Gajim: make OpenSSL code work 2012-09-13 18:03:50 +04:00
Peter Simons
33e67e8394 ghc-head: update to version 7.7.20120912 2012-09-13 15:50:15 +02:00
Peter Simons
52454d7593 ghc-7.4.2: add binary snapshot required for bootstrapping ghc 7.7.x 2012-09-13 15:49:42 +02:00
Peter Simons
eb288cf12e ghc-wrapper: choose '-package-conf' or '-package-db' flag depending on the version of GHC that's being wrapped 2012-09-13 15:13:00 +02:00
Peter Simons
13be1ff86e ghc-wrapper.nix: cosmetic 2012-09-13 15:12:43 +02:00
Peter Simons
86cdcbc56d haskell-void: update to version 0.5.8 2012-09-13 14:47:40 +02:00
Peter Simons
17190945ff haskell-vacuum: update to version 2.1.0.1 2012-09-13 14:47:40 +02:00
Peter Simons
4c814f8772 haskell-regular: update to version 0.3.4.2 2012-09-13 14:47:40 +02:00
Peter Simons
b89096d865 haskell-instant-generics: update to version 0.3.6 2012-09-13 14:47:40 +02:00
Peter Simons
3fb5f84abd haskell-ghc-syb-utils: update to version 0.2.1.1 2012-09-13 14:47:39 +02:00
Peter Simons
7254d03a59 haskell-explicit-exception: update to version 0.1.7.1 2012-09-13 14:47:39 +02:00
Peter Simons
3ee9d56b83 haskell-data-accessor: update to version 0.2.2.3 2012-09-13 14:47:39 +02:00
Peter Simons
a0395b87c4 haskell-X11: update to version 1.6.0.2 2012-09-13 14:47:39 +02:00
Peter Simons
d820210188 haskell-zlib: add version 0.5.4.0 2012-09-13 14:47:39 +02:00
Peter Simons
b9739ad02f haskell-cgi: update to version 3001.1.8.3 2012-09-13 14:47:39 +02:00
Eelco Dolstra
14b1ed53a0 DBD::SQLite: Don't link against /usr/lib/libsqlite3.dylib on Darwin 2012-09-12 12:33:03 -04:00
Arie Middelkoop
44dec2d5dd fixes the build of coccinelle. 2012-09-12 12:08:21 +02:00
aszlig
8f29e4edb3
haskell-yesod-test: New package, version 0.3.0.
You might have noticed, that the commit summary always abbreviated "version".
That's no coincidence, as we want to empathize that our goal is (or was)
yesod-test, right?

                          /\
 `.,'   .''.    ,`,       ()  HOORAY!
  ,''.  `,.'    `,'       ()
             ___  __      ()_  __
 `,'       _(*__)(__)  __\##/)(_*)_
 ' `     _(__)(__)(*_)(__/||\)(*)(_)__
       _(__*__)(__*__)(_*)(_*_)(__)(_*)_
     _(_*__)(_*_)(_*_)(__*_)(_*_)(*_)(__)_
    (_*_)(_*_)(_*____)(_)(___)(__)(_*_)(__)
   _(__*__)()_(_*_)(_)(*_)(__*)(_*__)(__*_)
  (_*(__)`--`---(___)' (__)   _  (__*_)(__)
 (_(_*_):|    .-.         .  (o)   |(_*)(_)
  (___)::|   ( o )   .'    `._~    |:(*__*)
         |    `-'  .'         ~-.  |::(_*_)
         `.      .'     ______   `.|   (_)
  We now  `.   .' _   .'  ()  `.  |
  finally  `.  | | `. `.  () _.' .'
  have      `. `.`--'   ` ()' _,'|
  yesod-test `.  ~~~-----~()~~ .'
  in nixpkgs  |  _ _ _ _ _()   |
  by just     `.|#|#|#|#|#()\ .'
  running      ||#|#|#|#|.() `.___
  cabal2nix    `.________|()  |.-.|
  on a bunch             |    || |^.-.
  of packages!           |    `| | | |^.
                         `-._._| | | | |\.
                             | |       |_|
    next time, let's be      `.       .'
    productive, shall we?     |       |
                              |       |

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:18 +02:00
aszlig
afe407545f
haskell-wai-test: New package, v1.3.0.
:::::::
   .|||||||        /"""""""""".
  ,`       `.     | wai test? |
 | ,".  .-, | ____)  because! |
 | `-`  `-' | `---------------'
 `. ,----. ,'
   `----./'

Now guess what we have left? Just one single destination:
                             ,
                            :    .___.  _ _  .___.
 ,'-.,-'  ___  ,---' ,-. ,--:    | | | | | | | | |
    ::  ,'.,-' `--. :  : :  :      |      _    |
    ::  `-,--  .--' `--' `--'      |   |_| |   |

I have to admit, that i got lazy wthi the ASCII drawings in
this commit, but well... isn't this all about lazy ev

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:18 +02:00
aszlig
86f00072ca
haskell-html-conduit: New package, v0.1.0.2.
~~_-~,----.~-
   ~~-,'      `.~-
     ,'        |
    /       |  `.
  ,','      |`. |
  `,','/'\  | | |
.'~`| |. .| |~`|'
:  (`-') (`-') :
:   `'~   ~~`' : "OMG! They killed html-conduit!"
:   `' /^\  () : Let's see what we have left:
:   ()`'~`' ,, :
:   ,_--_--_.  :         yesod-test
`. '/ HTML! \` :              |
 `.'~\_---_/~` :           wai-test
  `._       _.'
   | ~~~~~~~|
   :.:.::.:::
   :  :"::"'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig
a4d82a2273
haskell-tagstream-conduit: New package, v0.5.2.
So, look at how small we chopped our little tree, we finally got all
dependencies for html-conduit:

        .- yesod-test -.
        |              |
     wai-test      html-conduit
     ___
   <'   `>
 <'  ,.., `>  |----------..
 <  `-'`-' >  | conduit    `.
 `<   ^^   >  |--------.    |
   \vvvvv/'            |    |
  TAGSTREAM
   `^^^^^'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig
b0522b53cd
haskell-filesystem-conduit: New package, v0.5.0.1.
A fresh delivery of filesystem conduits just arrived, so we just have to add
tagstream-conduit and we just have direct dependencies left.

    .- yesod-test -.
    |              |
 wai-test          |                        ,-------.
               html-conduit                |  FOOD! |
                   |                       |  ______/
          tagstream-conduit                |/`
  ._________________________.
  |                         |         ,'`--__T__T__T_`::
  |  FILESYSTEM CONDUIT(S)  |         Vvvv. <o] [] []`:,:
  |_________________________|    >--------) _________,-':
...`-'`-'.............`-'`-'.........\^^^^_,'`-'.`-'`-'.:
                                      `"""

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig
ecceb38bfb
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.

         .---- yesod-test -------.
         |          |            |
         |          |            |
         :       wai-test    html-conduit -.
         :                    |            |
         :                    |  filesystem-conduit
         :                    |
         .                    |
         .           tagstream-conduit
        .

               ,-.,-.,-.-,-.-,.-,-.,-.,-.
              ( down with the s^Hhspec! )
        ,--.  ,'`-'-`-'`-'-`-'--'-`-'-`-'
        |o o|
         `-'\.
        [|]-' \.-`
        .'.   `\
        | |    '`
        | |
        | |
         \|
        hspec

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig
fb5c721cbe
haskell-hspec-expectations: New package, v0.3.0.2.
Let's continue our trip into the ancient realms of yesod-test:

     .---- yesod-test -------.
     |          |            |
     |          |            |
   hspec     wai-test    html-conduit -.
                          |            |
                          |  filesystem-conduit
                          |
                          |
                 tagstream-conduit

                                `.
.
.`-___                          ' ' '
`- `  `-'-'._,                    , '
  ______      `',               ''' ''
  `-(o,-`       `.  ,          ,'hspec,
                  `' )        ,''  ,'
       __.-,,_,._,-,,'     ,-', expectations
       `-,===,-'-,-'-,====='-, ,'''' '
         `,,==-,-'-,-======,-'---' ,'
-,-,-,-,,_  `-,__ '',       ` '  '
' /'/'    `-,-.__`-,'
                 )'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:16 +02:00
aszlig
0695a74c68
haskell-silently: New package, v1.2.0.2.
Let's begin silently and add the first dependency in our ongoing roadmap of
butchering missing dependencies leading up to yesod-test:

         .---- yesod-test -------.
         |          |            |
         |          |            |
    .- hspec -.  wai-test    html-conduit -.
    |         |               |            |
    :         |               |  filesystem-conduit
    :    hspec-expectations   |
    :                         |
    :                tagstream-conduit
    :
    :
 silently <- Yay, our first victim, silently killed by a chainsaw:

  .,.,.,.,.,.,.||\      ,-. ROAWRR!
 ::::::::::::::   | o O `-'
  `'`'`'`'`'`'`---`

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:16 +02:00
Eelco Dolstra
4db2f403ba nspr: Update to 4.9.2 2012-09-11 13:47:34 -04:00
Peter Simons
52bdfef521 hopenssl: add myself as maintainer 2012-09-11 18:22:31 +02:00
Peter Simons
7596ce3dbb Remove myself as maintainer of these packages. 2012-09-11 18:22:31 +02:00
Arie Middelkoop
504e2ad128 updates coccinelle to 1.0-rc15 2012-09-11 15:02:37 +02:00
Peter Simons
d6f289f10c haskell-yesod: update to version 1.1.0.3 2012-09-11 12:15:36 +02:00
Peter Simons
cc22e43f5a haskell-yesod-static: update to version 1.1.0.1 2012-09-11 12:15:36 +02:00
Peter Simons
bac22b8743 haskell-yesod-form: update to version 1.1.1.1 2012-09-11 12:15:36 +02:00
Peter Simons
6d21a18369 haskell-yesod-core: update to version 1.1.1.2 2012-09-11 12:15:36 +02:00