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
Sergey Mironov
222b6e21a5
gimp: revert broken gimp-2.6 dependencies
2012-08-23 03:09:19 +04:00
Ludovic Courtès
a167fadc07
gnutls: Disable tests on FreeBSD.
2012-08-23 00:37:29 +02:00
Andres Loeh
39cfbf6163
Set platforms for packages depending on CUDA to none.
2012-08-22 17:52:18 +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
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
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
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
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
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
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
aa5220c701
gnutls: fix FreeBSD builds
2012-08-10 23:28:23 +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
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
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
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
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
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
Alexander Foremny
a636d4b13a
Add package haskell-digestive-functors-snap
...
Add dependency haskell-digestive-functors.
2012-07-27 06:23:28 +02:00
Mathijs Kwik
c0fda4da9b
v8: depend on which during i686-linux build
2012-07-26 20:46:33 +02:00
Alexander Foremny
d987fedd43
Merge remote-tracking branch 'upstream/master' into haskell-snap
...
Conflicts:
pkgs/development/libraries/haskell/comonad-transformers/default.nix
pkgs/development/libraries/haskell/semigroupoids/default.nix
pkgs/top-level/haskell-packages.nix
2012-07-26 12:27:59 +02:00
Alexander Foremny
932574a529
Add package haskell-snap and dependencies
...
comonad-1.1.1.6
comonad-3.0.0.1
configurator-0.2.0.0
contravariant-0.2.0.2
data-lens-2.10.1
data-lens-template-2.1.5
distributive-0.2.2
heist-0.8.1.1
semigroupoids-1.3.4
snap-0.9.1.1
xmlhtml-0.2.0.0
2012-07-26 12:17:26 +02:00
Peter Simons
da63b3d2e7
haskell-benchpress: update to version 0.2.2.6
2012-07-26 11:07:00 +02:00
Lluís Batlle i Rossell
beb64d1bea
readline: picking more patches from upstream
...
I'm particularly interested in 003, which solves a copy-paste trouble I have
copying matrices into octave, having enabled fltk.
2012-07-25 18:14:52 +02:00
Shea Levy
3a37f47fd4
v8: build with gyp.
...
The scons build has been deprecated
2012-07-25 11:42:15 -04:00
Shea Levy
a9cd20e601
v8: Update to 3.11.10.15
2012-07-25 10:26:34 -04:00
Peter Simons
2302e45632
haskell-vector-space: update to version 0.8.2
2012-07-25 15:48:12 +02:00
Peter Simons
076d0635b3
haskell-tls: update to version 0.9.8
2012-07-25 15:48:12 +02:00
Peter Simons
99903896a8
haskell-snap: update to version 0.9.1.1
2012-07-25 15:48:11 +02:00
Peter Simons
6d7f1e10ad
haskell-semigroupoids: update to version 3.0
2012-07-25 15:48:11 +02:00
Peter Simons
2cadf555b0
haskell-data-lens: update to version 2.10.1
2012-07-25 15:48:11 +02:00
Peter Simons
1d5c4851a0
haskell-comonad: update to version 3.0.0.1
2012-07-25 15:48:10 +02:00
Peter Simons
acd0cdbe72
haskell-comonad-transformers: update to version 3.0
2012-07-25 15:48:10 +02:00
Peter Simons
96fd0e446a
haskell-HsOpenSSL: update to version 0.10.3.2
2012-07-25 15:48:10 +02:00
Eelco Dolstra
63b257e0e1
Revert "ffmpeg: Update to latest version 0.11.1."
...
This reverts commit c6a2a1f885
.
2012-07-24 11:43:31 -04:00
Eelco Dolstra
bb8ac70291
Revert "ffmpeg: Add option to enable x11grab support."
...
This reverts commit 05831d3a66
.
2012-07-24 11:43:30 -04:00
Eelco Dolstra
605f9bec52
Revert "ffmpeg: Add alsaLib to dependencies."
...
This reverts commit d9f08cf6f2
.
2012-07-24 11:43:29 -04:00
Eelco Dolstra
bf4c4d7a36
Revert "ffmpeg: Add optional Jack audio support."
...
This reverts commit fe42f8add9
.
2012-07-24 11:43:24 -04:00
Florian Friesdorf
471a9615a2
fix mpich2 and mplayer
2012-07-24 14:17:45 +02:00
Peter Simons
65235ec558
Merge pull request #54 from aszlig/ffmpeg-x11grab
...
ffmpeg: Add option to enable x11grab support.
2012-07-23 11:22:09 -07:00
Peter Simons
bef1738d0e
Merge pull request #57 from dstcruz/snap
...
Haskell libraries required for Snap development
2012-07-23 11:18:43 -07:00
Lluís Batlle i Rossell
8686b20bec
opencv: update from 2.4.1 to 2.4.2
2012-07-23 16:09:45 +02:00
Peter Simons
1e9adc147d
haskell-tls: update to version 0.9.7
2012-07-23 11:56:21 +02:00
Peter Simons
176e44ab69
haskell-terminfo: update to version 0.3.2.4
2012-07-23 11:56:21 +02:00
Peter Simons
7ffb4c1471
haskell-shakespeare: update to version 1.0.1
2012-07-23 11:56:21 +02:00
Peter Simons
3c92eb2e66
haskell-shakespeare-text: update to version 1.0.0.3
2012-07-23 11:56:21 +02:00
Peter Simons
49a87bc72b
haskell-shakespeare-js: update to version 1.0.0.4
2012-07-23 11:56:21 +02:00
Peter Simons
0909580c51
haskell-shakespeare-css: update to version 1.0.1.3
2012-07-23 11:56:21 +02:00
Peter Simons
17c2d161d8
haskell-process-extras: update to version 0.1.1
2012-07-23 11:56:21 +02:00
Peter Simons
4bfa404d75
haskell-directory-tree: update to version 0.10.1
2012-07-23 11:56:21 +02:00
Peter Simons
f110ebe38e
haskell-benchpress: update to version 0.2.2.5
2012-07-23 11:56:21 +02:00
Peter Simons
974fcebd7f
haskell-AspectAG: update to version 0.3.5
2012-07-23 11:56:21 +02:00
Peter Simons
b400d48a99
haskell-HUnit: update to version 1.2.5.1
2012-07-23 11:37:23 +02:00
Lluis Batlle
d23b81b6ee
libextractor: Fixing about videoSupport builtInputs.
...
I don't know how could I commit the weird lines I fix.
2012-07-22 10:28:04 +02:00
Lluís Batlle i Rossell
a78098451e
webkit-1.4: fix build (perl versions)
...
Setting perl 5.10 later on buildInputs so it detects this 5.10 perl instead of
the 5.14 that comes through some propagatedBuildInputs. I don't know what one.
2012-07-21 15:46:23 +02:00
Daniel Santa Cruz
a2762b5254
Haskell libraries required for Snap development
2012-07-19 22:37:21 -04:00
Cillian de Róiste
fe42f8add9
ffmpeg: Add optional Jack audio support.
...
The author of this commit is @cillianderoiste because he made the patch and I'm
just committing it.
This change adds support for Jack audio "while we're at it", see discussion at
pull request #54 .
2012-07-19 04:37:33 +02:00
aszlig
d9f08cf6f2
ffmpeg: Add alsaLib to dependencies.
...
As @cillianderoiste pointed out, it makes sense to have this in, not only to
record audio while grabbing the display. This is not optional in this case, as
it isn't a compile time option either. And on the other hand, having ffmpeg
running with OSS doesn't appear reasonable to me, as ffmpeg will fall back to
OSS if alsa isn't available anyway.
2012-07-18 17:27:24 +02:00
Eelco Dolstra
c101d6fd63
Fix Nixpkgs evaluation
...
http://hydra.nixos.org/build/2842914
2012-07-18 11:16:02 -04:00
Peter Simons
bdc0530f93
Revert updates to srcloc, mainland-pretty, and language-c-quote to un-break accelerate-cuda.
2012-07-18 16:05:10 +02:00
Peter Simons
24f7a2b72b
haskell-hslogger-template: update to version 2.0.1
2012-07-18 14:37:08 +02:00
Peter Simons
05952b2e37
haskell-Hipmunk: update to version 5.2.0.10
2012-07-18 14:37:07 +02:00
Peter Simons
5b0edeb003
haskell-HUnit: add version 1.2.5.0
2012-07-18 14:37:01 +02:00
aszlig
05831d3a66
ffmpeg: Add option to enable x11grab support.
...
This is especially useful if you want to do screencasts and other sorts of
things like that.
2012-07-18 14:33:26 +02:00
aszlig
c6a2a1f885
ffmpeg: Update to latest version 0.11.1.
...
This is needed in order to enable x11grab, as it isn't included in 0.10.
2012-07-18 13:34:22 +02:00
Peter Simons
b6325a7213
tbb: add version 4.0-u5
2012-07-18 12:44:37 +02:00
Peter Simons
bf195b742e
haskell-srcloc: update to version 0.2.0
2012-07-18 11:43:54 +02:00
Peter Simons
0ed4ac39b6
haskell-mainland-pretty: update to version 0.2.1
2012-07-18 11:43:53 +02:00
Peter Simons
11e260ec74
haskell-language-c-quote: update to version 0.4.0
2012-07-18 11:43:53 +02:00
Peter Simons
f3aa348936
haskell-benchpress: fix build with modern versions of GHC
2012-07-18 11:43:53 +02:00
Peter Simons
884e91e9a7
Merge pull request #45 from 7c6f434c/texlive-2012
...
TeXLive: update to 2012 snapshot from Debian
2012-07-18 02:39:42 -07:00
Peter Simons
3c167d0340
Add meta.maintainer to Haskell packages.
2012-07-18 11:36:17 +02:00
Peter Simons
63d6e4fe2e
Merge pull request #49 from dmalikov/master
...
Add haskell-lambdabot
2012-07-18 02:35:41 -07:00
Andres Loeh
c432af3932
Revert "haskell-language-c-quote: update to version 0.4.0"
...
This reverts commit 3be2d8d9cd
.
Depends on recent version of mainland-pretty, which in turn depends on
srcloc-2 which in turns breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh
fe4677de2f
Revert "haskell-mainland-pretty: update to version 0.2.1"
...
This reverts commit 8e85516e04
.
This depends on srcloc-2, and srcloc-2 breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh
001fb53524
Revert "haskell-srcloc: update to version 0.2.0"
...
This reverts commit ffbdd377f1
.
Version 0.2.0 breaks accelerate-cuda, and doesn't seem to be required
or used in many other places, so I'll just revert.
2012-07-18 10:25:52 +02:00
Andres Loeh
a6bf9b8bdf
Add haskell-glpk-hs.
2012-07-18 10:25:52 +02:00
Dmitry Malikov
18c6e6c9d6
Bump lambdabot version
2012-07-18 08:56:41 +02:00
Dmitry Malikov
c145369e3c
Add haskell/dataInttrie
2012-07-18 08:48:34 +02:00
Dmitry Malikov
71be80e8e9
Some correctness
2012-07-18 08:48:34 +02:00
Dmitry Malikov
d16ef6d182
Add haskell/unlambda
2012-07-18 08:48:34 +02:00
Dmitry Malikov
0e8b4cd7ad
Add haskell/show
2012-07-18 08:48:34 +02:00
Dmitry Malikov
f3319f0cf6
Add haskell/oeis
2012-07-18 08:48:34 +02:00
Dmitry Malikov
67e105efd0
Add haskell/numbers
2012-07-18 08:48:34 +02:00
Dmitry Malikov
d972bae84f
Add haskell/logict
2012-07-18 08:48:34 +02:00
Dmitry Malikov
0a5a20d365
Add haskell/lambdabot-utils
2012-07-18 08:48:33 +02:00
Dmitry Malikov
269f013d90
Add haskell-IOSpec
2012-07-18 08:48:33 +02:00
Dmitry Malikov
4c50696a1b
Add haskell/data-memocombinators
2012-07-18 08:48:33 +02:00
Dmitry Malikov
cac9051fbf
Add brainfuck
2012-07-18 08:48:33 +02:00
Dmitry Malikov
5c12df46cf
Add haskell-lambdabot
2012-07-18 08:48:33 +02:00
Peter Simons
0b0babffc5
Add meta.maintainer attribute to Haskell packages.
2012-07-16 11:36:56 +02:00
Peter Simons
76c096e4ea
haskell-hoogle: revert update to version 4.2.12
...
We need a current version of http-types for this update.
2012-07-16 11:22:51 +02:00
Peter Simons
ffbdd377f1
haskell-srcloc: update to version 0.2.0
2012-07-16 11:21:30 +02:00
Peter Simons
932ee764a4
haskell-simple-sendfile: update to version 0.2.5
2012-07-16 11:21:30 +02:00
Peter Simons
8e85516e04
haskell-mainland-pretty: update to version 0.2.1
2012-07-16 11:21:30 +02:00
Peter Simons
3be2d8d9cd
haskell-language-c-quote: update to version 0.4.0
2012-07-16 11:21:29 +02:00
Peter Simons
666a1aa727
haskell-hoogle: update to version 4.2.12
2012-07-16 11:21:29 +02:00
Peter Simons
3c090b3f29
haskell-gitit: patch to support current version of hslogger
2012-07-16 11:21:29 +02:00
Peter Simons
e97fd3491a
Merge pull request #50 from dstcruz/yesod
...
Packages needed for Yesod + Postgresql development
2012-07-16 01:19:49 -07:00
Daniel Santa Cruz
0d64ae8335
Packages needed for Yesod + Postgresql development
2012-07-15 14:40:58 -04:00
Peter Simons
d4f99e2395
haskell-yesod-json: update to version 1.0.1.0
2012-07-14 11:14:40 +02:00
Peter Simons
d5cbb3ce2c
haskell-system-fileio: update to version 0.3.9
2012-07-14 11:14:40 +02:00
Peter Simons
58a5340112
haskell-symbol: update to version 0.1.3
2012-07-14 11:14:40 +02:00
Peter Simons
618a95a37b
haskell-srcloc: update to version 0.1.2
2012-07-14 11:14:40 +02:00
Peter Simons
e2b33fbbca
haskell-shelly: update to version 0.13.0.1
2012-07-14 11:14:39 +02:00
Peter Simons
50df34469d
haskell-mainland-pretty: update to version 0.1.3.0
2012-07-14 11:14:39 +02:00
Peter Simons
f405ab6467
haskell-largeword: update to version 1.0.2
2012-07-14 11:14:39 +02:00
Peter Simons
b012e956ad
haskell-language-c-quote: update to version 0.3.2
2012-07-14 11:14:39 +02:00
Peter Simons
3ff1801d9e
haskell-hledger: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
3a602ec029
haskell-hledger-web: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
23dcb273a1
haskell-hledger-lib: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
7a539c2b1b
haskell-haxr: update to version 3000.9.0.1
2012-07-14 11:14:39 +02:00
Peter Simons
ad0f0d6817
haskell-hastache: update to version 0.4.1
2012-07-14 11:14:39 +02:00
Peter Simons
658b9855fe
haskell-happstack-server: update to version 7.0.3
2012-07-14 11:14:39 +02:00
Peter Simons
6838d503ab
haskell-hakyll: update to version 3.4.0.0
2012-07-14 11:14:38 +02:00
Peter Simons
39fb1d6f38
haskell-binary: update to version 0.5.1.1
2012-07-14 11:14:38 +02:00
Peter Simons
d29fe161ce
haskell-base-unicode-symbols: update to version 0.2.2.4
2012-07-14 11:14:38 +02:00
Peter Simons
9dfeb7c0d0
haskell-async: update to version 2.0.1.1
2012-07-14 11:14:38 +02:00
Peter Simons
bb7be36700
haskell-Vec: update to version 1.0
2012-07-14 11:14:38 +02:00
Peter Simons
3b532b371a
haskell-SHA: update to version 1.5.1
2012-07-14 11:14:38 +02:00
Peter Simons
65b67ce2a1
haskell-Hipmunk: update to version 5.2.0.9
2012-07-14 11:14:38 +02:00
Peter Simons
3f7c859b8e
haskell-maude: update to version 0.6.1
2012-07-14 11:02:38 +02:00
Peter Simons
b52336f242
haskell-process-extras: add version 0.1.0
2012-07-14 11:02:12 +02:00
Peter Simons
297982be34
haskell-mime-types: add version 0.1.0.0
2012-07-14 11:01:59 +02:00
Peter Simons
45f6ee29ec
haskell-JuicyPixels: add meta.maintainer
2012-07-14 10:55:23 +02:00
Peter Simons
b5d312a56c
haskell-hoauth: add meta.maintainer
2012-07-14 10:54:43 +02:00