1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

32978 commits

Author SHA1 Message Date
Peter Simons cc81e53ecb haskell-x509-store: update to version 1.4.4 2014-01-29 20:04:02 +01:00
Peter Simons c1b5864796 haskell-warp-tls: update to version 2.0.2 2014-01-29 20:04:02 +01:00
Peter Simons 3896a2ae04 haskell-vector-th-unbox: update to version 0.2.0.2 2014-01-29 20:04:02 +01:00
Peter Simons 4c14da1276 haskell-tls: update to version 1.2.2 2014-01-29 20:04:02 +01:00
Peter Simons 5ea2be7a2a haskell-sourcemap: update to version 0.1.3.0 2014-01-29 20:04:02 +01:00
Peter Simons 3edd56c7a8 haskell-reactive-banana: update to version 0.8.0.0 2014-01-29 20:04:02 +01:00
Peter Simons 493be2d6af haskell-reactive-banana-wx: update to version 0.8.0.0 2014-01-29 20:04:02 +01:00
Peter Simons e26fa93053 haskell-network-conduit-tls: update to version 1.0.4.1 2014-01-29 20:04:02 +01:00
Peter Simons 1d8fc24c27 haskell-monadcryptorandom: update to version 0.6.1 2014-01-29 20:04:02 +01:00
Peter Simons ef28a1a395 haskell-lens: update to version 3.10.2 2014-01-29 20:04:01 +01:00
Peter Simons 9067bb3ef4 haskell-fay: update to version 0.19.0.1 2014-01-29 20:04:01 +01:00
Peter Simons adea1ded8a haskell-fay-base: update to version 0.19 2014-01-29 20:04:01 +01:00
Peter Simons 7275a580b0 haskell-connection: update to version 0.2.0 2014-01-29 20:04:01 +01:00
Domen Kožar 409677fbd2 mailpile: update dev version 2014-01-29 18:57:16 +01:00
Petr Rockai 2062abfd4f Merge branch 'yubikey' of git://github.com/Calrama/nixpkgs 2014-01-29 18:54:07 +01:00
Petr Rockai 7c24880b4c Merge branch 'pr/cuda-sdk' of git://github.com/dguibert/nixpkgs 2014-01-29 18:36:15 +01:00
Peter Simons c323f9eed4 nbd: update to version 3.7 2014-01-29 18:32:52 +01:00
Moritz Maxeiner b0d2f0e3f0 Add myself as a maintainer for ykpers and libyubikey 2014-01-29 18:05:17 +01:00
Domen Kožar aa595f3cf1 Merge pull request #1628 from tomberek/alienfx_libusb
Add #include <unisted.h> for sleep and usleep
2014-01-29 08:57:20 -08:00
David Guibert 42911b1903 cuda: install the SDK using multiple-outputs support 2014-01-29 15:48:55 +01:00
aszlig e18cd2f8ae
chromium: Update all channels to latest versions.
This closes #1623, and updates _all_ channels to the corresponding
latest upstream versions.

Thanks to @wizeman for opening the pull request noted above and for
another update in between, @aristidb for fixing the patcheShebangs issue
and @shlevy for notifying me about the build failure in stdenv-updates
in the first place.

Sorry to everyone for my inactivity lately.

The following changes were needed in order to build those new releases:

 * Patch out /bin/echo to allow building with all options enabled.
 * Always use GN from the source tree.
 * Remove import of depot_tools for version 34.
 * Drop version 32 specific stuff.

With this commit, the following new upstream versions are introduced:

stable: 32.0.1700.77 -> 32.0.1700.102 (builds fine, tested)
beta:   32.0.1700.19 -> 33.0.1750.46  (builds fine, tested)
dev:    33.0.1712.4  -> 34.0.1809.0   (build broken with gnome_keyring)

The dev version requires a more recent version gnome_keyring and thus
won't build if gnomeKeyringSupport is set to true. I haven't tested this
build without gnomeKeyringSupport yet, so it might be broken and will be
fixed later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig a2a44f92ae
paramiko: Update to new upstream version 1.12.1.
This release contains only minor fixes, which are:

 * Fix AttributeError bugs in known_hosts file (re)loading.
 * Note ecdsa requirement in README.

Full changelog with credits and issue IDs can be found at:

https://github.com/paramiko/paramiko/blob/master/NEWS

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig e3cb9e5e5f
tkabber: Merge main package with site plugins.
The site plugins are released alongside the main Tkabber sources, so it
makes no sense to have them in a separate package (which also introduces
an impurity). In addition, both packages share the same makefile
structure, so it really makes sense to merge them.

Before people might get worried about my decision to enable those
plugins by default: Since version 1.0, Tkabber is no longer loading
_all_ available plugins, but gives you a menu (Plugins Management) to
selectively enable plugins (whereas all plugins are disabled by
default).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig 3a5334f853
tkabber: Properly wrap all scripts in $out/bin.
Alongside "tkabber", there is also "tkabber-remote", which uses the same
variables as the main script and thus needs to be wrapped the same way
as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig aae2bab821
tkabber: Don't set a default theme.
If people still want the ocean-deep theme, it can still be set by using:

tkabber.override { theme = "ocean-deep"; }

But by default we should not set a theme, so the user will get the same
result as everyone who installs the upstream version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig 1212d0be22
tkabber+plugins: Update to upstream version 1.0.
After several years, Tkabber finally got a new release.

The highlights are:

 * Completely rewritten Tkabber internals
 * Dropped Tcl/Tk 8.3 support. Now Tcl/Tk 8.4 is required
 * Partial IPv6 support (requires Tcl/Tk 8.6)
 * Switched from TclGPGME to TclGPG for encryption and signing
 * Added new connection method BOSH (XEP-0124 and XEP-0206)
 * Disabled SSLv2 and enabled TLSv1 TLS options
 * Added user nicknames (XEP-0172) support.
 * Updated the CAPTCHA forms (XEP-0158) support
 * Added metacontacts (XEP-0209) support
 * Implemented multiple proxy profiles
 * Implemented remote controlling from a locally executed script
 * Added new plugins: floatingcontact, poker
 * Rewritten most plugins to support disabling and unloading on the fly
 * A few interface enhancements (search in MUC affiliations lists, proxy
   management)
 * Many fixes and enhancements

The detailed changelogs can be found at:

http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber/ChangeLog
http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber-plugins/ChangeLog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:28 +01:00
Peter Simons e9a66cada6 Merge pull request #1626 from pSub/dwb-update
Updated dwb
2014-01-29 03:30:49 -08:00
Pascal Wittmann 9c9c883cb9 Updated dwb to HEAD and used the current date as version number, because dwb has no version numbers. 2014-01-29 12:00:13 +01:00
Eelco Dolstra 91ab556236 amdadl-sdk: Don't build on Hydra
Since it uses requireFile, it won't build.  Likewise for cgminer which
depends on amdadl-sdk.
2014-01-29 11:53:39 +01:00
Michael Raskin de036bc10c Fix Xmoto build (missing include) 2014-01-29 14:42:26 +04:00
Arvin Moezzi 03857fe2ec calibre: upgrade from 1.20.0 to 1.21.0 2014-01-29 02:26:11 +01:00
Petr Rockai f88de3b091 quvi: Update the CLI tool to version 0.9.5. 2014-01-28 22:08:02 +01:00
Petr Rockai 5878ffa55b quvi: Update to current upstream (0.9.4). 2014-01-28 21:48:52 +01:00
Petr Rockai 5383e07e40 lua5: Add the lua-sockets extension. 2014-01-28 21:48:47 +01:00
Sander van der Burg 1f42b02624 androidenv: also allow references to individual apk files 2014-01-28 19:09:08 +01:00
Petr Rockai 4124bb9ff5 Adopt more packages. 2014-01-28 18:11:00 +01:00
Petr Rockai 6f5be260b4 Adopt packages. 2014-01-28 17:31:17 +01:00
Eelco Dolstra 1a68ee7deb Disable FreeBSD builds 2014-01-28 16:13:16 +01:00
Marc Weber 577c20c23b tigervnc: fix ctrl-* keys, eg ctrl-c ctrl-v ctrl-d by applying patch to fltk
I'm unsure about
- is it ok to apply this patch globally, or should it be overridden for tigervnc only?
- how many rebuilds it triggers
- whether it was neccessary to update to latest dev version (seems to work)
The bug report indicates that others distros just includes this patch (?)

Cf. #1498. vcunat: the patch should be usable globally, as e.g. Arch does it.
Using autoreconfHook doesn't work for me, maybe --force is bad for it.
2014-01-28 16:10:12 +01:00
Eelco Dolstra a8a5a59059 stdenv-linux: Fix binutils override
This ensures that pkgs.binutils equals the binutils used in the final
stdenv, as intended.
2014-01-28 15:23:57 +01:00
Peter Simons 134d52cb5f haskell-HaRe: update to version 0.7.1.1 2014-01-28 14:59:47 +01:00
Peter Simons 069220a868 haskell-yesod-bin: update to version 1.2.5.7 2014-01-28 14:59:47 +01:00
Peter Simons 9e36e4be18 haskell-yaml: update to version 0.8.5.4 2014-01-28 14:59:47 +01:00
Peter Simons 0480294937 haskell-network-conduit: update to version 1.0.2.1 2014-01-28 14:59:47 +01:00
Peter Simons 55a8134bbe haskell-highlighting-kate: update to version 0.5.6.1 2014-01-28 14:59:47 +01:00
Peter Simons 4cbf42f006 haskell-direct-sqlite: update to version 2.3.11 2014-01-28 14:59:47 +01:00
Peter Simons 63ec2bec8f haskell-git-annex: update to version 5.20140127 2014-01-28 14:59:46 +01:00
Peter Simons b8d6e1d458 haskell-diagrams-svg: jailbreak to fix build with recent blaze-markup 2014-01-28 14:59:46 +01:00
Peter Simons c13d4085a3 haskell-network-conduit: disable test suite to fix build errors with GHC 7.4.2
https://github.com/snoyberg/conduit/issues/134
2014-01-28 14:59:46 +01:00
Peter Simons cae97e9418 Add newly required Haskell packages.
- asn1-encoding: add version 0.8.1.2
 - asn1-parse: add version 0.8.1
 - x509-store: add version 1.4.3
 - x509-system: add version 1.4.2
 - x509-validation: add version 1.5.0
 - x509: add version 1.4.7
2014-01-28 14:59:46 +01:00
Peter Simons dc354b0beb haskell-HaRe: update to version 0.7.1.0 2014-01-28 14:59:46 +01:00
Peter Simons 2c23e7227d haskell-wai-extra: update to version 2.0.3.2 2014-01-28 14:59:46 +01:00
Peter Simons 221eafa7aa haskell-stm-conduit: update to version 2.2.1.1 2014-01-28 14:59:46 +01:00
Peter Simons 838e8d3426 haskell-network-conduit: update to version 1.0.2 2014-01-28 14:59:46 +01:00
Peter Simons ea8c3ee7a2 haskell-http-conduit: update to version 2.0.0.4 2014-01-28 14:59:46 +01:00
Peter Simons e3f528ad8a haskell-http-client: update to version 0.2.1.1 2014-01-28 14:59:45 +01:00
Peter Simons 9c358f4023 haskell-hit: update to version 0.5.3 2014-01-28 14:59:45 +01:00
Peter Simons f1530932bf haskell-esqueleto: update to version 1.3.4.5 2014-01-28 14:59:45 +01:00
Peter Simons 2cd347770c haskell-diagrams-svg: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons b1e174725b haskell-diagrams-lib: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons 728c166123 haskell-diagrams-cairo: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons 8c58f6904a haskell-JuicyPixels: update to version 3.1.3.2 2014-01-28 14:59:45 +01:00
Peter Simons 4350c64bba haskell-GlomeVec: update to version 0.2 2014-01-28 14:59:45 +01:00
Eelco Dolstra bc5995e392 cpio: Fix build on Darwin 2014-01-28 13:38:08 +01:00
Vladimír Čunát 5acaa980a5 pull module blacklist from Ubuntu and use it by default
People often have serious problems due to bogus modules like *fb.
2014-01-28 12:52:36 +01:00
Vladimír Čunát 9739171cd4 Merge pull request #1567 from wizeman/u/grsec-upd-and-fix
grsecurity: Fix build and update patches
2014-01-28 03:41:05 -08:00
Cillian de Róiste 197de444df ipython: disable support for qtconsole, pylabQt and pylab on Darwin
Qt and CUPS are not supported on Darwin and are dependencies.

Note: this makes ipython the same as ipythonLight on Darwin, but
ipython is used as an input for other packages (ipdb and ipdplugin)
and it is reasonable to assume that users on other platforms may
choose ipythonLight.
2014-01-28 12:13:41 +01:00
Eelco Dolstra e5995e0703 junixsocket: Support Darwin
Patch borrowed from Rob Vermaas.
2014-01-28 12:10:28 +01:00
Eelco Dolstra 5150dbfdbe openjdk-darwin: Behave the same as openjdk-linux 2014-01-28 12:10:27 +01:00
Eelco Dolstra 39a31190f0 less: Build on Darwin 2014-01-28 12:10:27 +01:00
Vladimír Čunát 849b383f4d qt5: disable parallel building, as it often fails 2014-01-28 11:21:49 +01:00
Eelco Dolstra d92dc9bb3e gdb: Build on Darwin
Note that it doesn't actually work unless you run it as root, because
the Darwin kernel disallows unsigned debuggers (you'll get an error
message "please check gdb is codesigned").
2014-01-28 11:03:01 +01:00
Rok Garbas 8741ff387d phantomjs: update to 1.9.7 2014-01-28 00:39:20 +00:00
Rob Vermaas 3f56d9f4b4 Add keepassx 2.0alpha5, contributed by Thomas Tuegel. 2014-01-27 21:55:04 +01:00
Ricardo M. Correia e361d27eeb zfstools: Add new package
zfstools is an OpenSolaris-like and compatible auto snapshotting script
for ZFS, which also supports auto snapshotting mysql databases.
2014-01-27 21:48:24 +01:00
Peter Simons 4791ee9019 Merge pull request #1612 from ocharles/haskellPackages.fay
haskellPackages.fay: New expression
2014-01-27 12:32:39 -08:00
Peter Simons 8bc3ee449f Merge pull request #1614 from ocharles/haskellPackages.iCalendar
haskellPackages.iCalendar: New expression
2014-01-27 12:24:25 -08:00
Wojciech Danilo c50314dc38 Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed side by side.
They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2
because its in beta mode (for over a year now)
2014-01-27 20:50:08 +01:00
Shea Levy 1cb628c2e7 clang: the --sysroot purity trick doesn't take care of the -dynamic-linker setting
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-27 12:50:21 -05:00
Oliver Charles 6af7e0e1cd haskellPackages.iCalendar: New expression 2014-01-27 17:01:10 +00:00
Eelco Dolstra 150ec8f79e wdiff: Update to 1.2.1 2014-01-27 17:58:26 +01:00
Eelco Dolstra 2e70c14061 rcs: Update to 5.9.2 2014-01-27 17:58:26 +01:00
Eelco Dolstra 1348aa5c42 rfkill: Update to 0.5 2014-01-27 17:58:25 +01:00
Evgeny Egorochkin 4ae9de41ff youtubeDL: update from 2014.01.23.1 to 2014.01.23.4 2014-01-27 17:26:02 +02:00
Oliver Charles e9b02facfc haskellPackages.fayBase: New expression 2014-01-27 14:21:56 +00:00
Oliver Charles cb3f3ad35b haskellPackages.fay: New expression 2014-01-27 14:19:22 +00:00
Eelco Dolstra 5898d854da junixsocket: Ensure that the native library can be found 2014-01-27 13:51:53 +01:00
Rok Garbas e6e2459f59 Merge pull request #1581 from offlinehacker/pkgs/docker/add
Add docker
2014-01-27 04:18:11 -08:00
Peter Simons ab46db003c trifecta-1.2: re-generate with cabal2nix 2014-01-27 11:49:33 +01:00
Peter Simons 666cfebff1 idris: re-generate with cabal2nix 2014-01-27 11:49:20 +01:00
Peter Simons a2d8fccdfe haskell-happstack-server: re-generate with cabal2nix 2014-01-27 11:39:25 +01:00
Peter Simons fd796ed69a haskell-highlighting-kate: re-generate with cabal2nix 2014-01-27 11:39:14 +01:00
Shea Levy c0e93ca39d Unmaintain old llvm versions
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 21:01:13 -05:00
Jaka Hudoklin cc33c351b8 Add docker 2014-01-27 00:56:51 +01:00
Petr Rockai 81598537a7 Merge branch 'vlstill-llvm-multivers' 2014-01-26 23:48:54 +01:00
Vladimir Still 3209170626 LLVM: Allow building gold plugins together with llvm 3.{1,2}. 2014-01-26 22:53:27 +01:00
Vladimir Still 69af3f4a78 clang_31: Allow clang to find system includes in gcc dirs.
Backported fix.
2014-01-26 22:51:58 +01:00
Vladimir Still b5a560d76a llvm: Enable also building of LLVM 3.[12] & Clang 3.[123]. 2014-01-26 20:42:12 +01:00
Shea Levy 3901d21c80 Idris: Build with llvm backend and libffi support
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 13:54:11 -05:00
Shea Levy 66e789d199 trifecta-1.1: Fix compilation with new blaze
Note that jailbreak-cabal breaks the cabal file for trifecta (cc @peti)

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 13:41:13 -05:00
Shea Levy 51a4bf7ae0 Fix haskellPackages.llvmGeneral build
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-26 13:20:37 -05:00
Vladimir Still 11a7520928 llvm: Bring back old expressions for llvm & clang 3.[123]. 2014-01-26 19:16:50 +01:00
mornfall 2fa71787f5 Merge pull request #1603 from aristidb/master
fix chromium chroot build
2014-01-26 09:03:19 -08:00
Aristid Breitkreuz 4417dd33c2 fix chromium chroot build 2014-01-26 18:02:03 +01:00
Vladimír Čunát a9caafa0ea linux kernel updates to 3.4.77, 3.10.28 and 3.12.9
I tested they still build on x86_64.
2014-01-26 17:07:31 +01:00
Thomas Tuegel bcd9f04226 add arpack-3.1.4 2014-01-26 08:57:11 -06:00
Edward Tjörnhammar 960b58d280 wish fix for ssvnc (close #1560)
tcl deps change? causes wish to be missing
this corrects the wish path to use the one from tk
2014-01-26 15:52:00 +01:00
William A. Kennington III 8bc7c9f66d linux: Update from 3.12.7 -> 3.12.8 2014-01-26 15:48:18 +01:00
William A. Kennington III c47dc47083 linux: Update from 3.10.25 -> 3.10.27 2014-01-26 15:48:05 +01:00
Vladimír Čunát 7d5c6ab5f3 Merge #1388: update rabbitmq-server and add lib 2014-01-26 14:21:34 +01:00
Vladimír Čunát 01b0d1c926 rabbitmq: move docs: $out/docs -> $out/share/docs
As pointed out by @bjornfor, we mostly have it under share.
2014-01-26 14:15:10 +01:00
Vladimír Čunát 0c2f09e992 gawk: signify interactivity in name
I forgot to commit this.
2014-01-26 13:44:34 +01:00
Jaka Hudoklin 9a68fd380f pkgs/docbook-xsl: update to 1.78.1 (close #1069) 2014-01-26 11:20:11 +01:00
Kevin Quick 8f0511b0a0 gawk: add gawkInteractive with readline support
stdenv (on linux) depends on gawk, readline and similar are useless for non-interactive usage.
Close #1596. Original patch was almost completely rewritten by vcunat.

On darwin we always specify whether to use readline, so it isn't always picked as reported.
2014-01-26 10:53:22 +01:00
Kevin Quick dec9e66ea1 Update readline for patch5 (needed for darwin13). 2014-01-26 10:31:53 +01:00
Kevin Quick 80adf16703 glib on darwin: disable warnings to avoid prototype errors
vcunat did some reformatting before pushing.
2014-01-26 10:31:05 +01:00
Song Wenwu ef460bd170 puredata: update to 0.45-4
Cf. #1515.
2014-01-26 10:19:19 +01:00
Vladimír Čunát 8c3346aff1 libsmpack: fetch from fedora (close #1598)
I see no other easy work-around for nix getting it automatically.
2014-01-26 10:13:14 +01:00
Domen Kožar a7d0a53d9e merge 2014-01-26 09:58:47 +01:00
Domen Kožar f1f0b3a205 Add gnome3.gnome_shell 2014-01-26 09:55:52 +01:00
Vladimír Čunát bf8b81f538 lyx: bugfix update 2.0.6 -> .7 2014-01-26 00:59:59 +01:00
Vladimír Čunát 64c44fa508 weston: fix build by updating (after wayland update)
Also add dbus support, which seemed potentionally important to me.
2014-01-26 00:42:17 +01:00
Domen Kožar b4d7bafb8f ibus: cleanup 2014-01-26 00:22:04 +01:00
Domen Kožar 553963eb0c gnome3: always use libcanberra_gtk3 2014-01-26 00:21:43 +01:00
Domen Kožar 96777994c8 gnome3.gnome_settings_daemon: depend on ibus 2014-01-26 00:21:19 +01:00
Domen Kožar 8b3c8926eb gnome3.gnome_session: use systemd 2014-01-26 00:20:49 +01:00
Domen Kožar 832f050679 gnome3: fix some packages to use mirror url 2014-01-26 00:20:22 +01:00
Domen Kožar 12f8e30138 gnome-keyring: use gtk3 2014-01-26 00:19:49 +01:00
Domen Kožar 3c6d52c3da gjs: add pango support 2014-01-26 00:19:23 +01:00
Domen Kožar 7546695dbb gdm: add gobject introspection support 2014-01-26 00:19:06 +01:00
Domen Kožar 369c6a06bf gcr: add gobject introspection support 2014-01-26 00:18:44 +01:00
Domen Kožar ec4502ff1b gnome3.gconf: use gtk3, not gtk2 2014-01-26 00:18:22 +01:00
Domen Kožar 00eaf038ac gnome3.at_spi2_core: add gobject introspection support 2014-01-26 00:17:49 +01:00
Domen Kožar fab72d88c9 telepahty-logger: add gobject introspection support 2014-01-26 00:17:18 +01:00
Domen Kožar d8a31ba948 network-manager-applet: gtk2 -> gtk3 2014-01-26 00:16:24 +01:00
Domen Kožar 344e440835 polkit: fix gobject introspection support 2014-01-26 00:15:51 +01:00
Domen Kožar e505c8927d upower: add gobject introspection 2014-01-26 00:15:05 +01:00
Domen Kožar 88d4e92977 add ibus 2014-01-26 00:11:54 +01:00
Peter Simons 2f51348f4d haskell-patience: add version 0.1.1 2014-01-26 00:05:35 +01:00
Peter Simons b845171dd6 haskell-hakyll: jailbreak to fix build with latest 'blaze-html' and 'pandoc-citeproc' 2014-01-26 00:02:35 +01:00
Peter Simons 83c6cc3233 haskell-happstack-server: jailbreak to fix build with latest 'blaze-html' 2014-01-26 00:02:35 +01:00
Peter Simons 06627cbfc4 haskell-hledger-web: jailbreak to fix build with latest 'blaze-markup' 2014-01-26 00:02:35 +01:00
Peter Simons 4cb0ec470f haskell-highlighting-kate: jailbreak to fix build with latest 'blaze-html' 2014-01-26 00:02:35 +01:00
Peter Simons 03f6a6989a haskell-blaze-svg: jailbreak to fix build with latest 'blaze-markup' 2014-01-26 00:02:35 +01:00
Peter Simons 63482fc9b4 haskell-blaze-html: jailbreak to fix test suite build 2014-01-26 00:02:35 +01:00
Peter Simons 887ba81084 haskell-yesod-platform: update to version 1.2.6.1 2014-01-26 00:02:35 +01:00
Peter Simons e508c74a15 haskell-yesod-form: update to version 1.3.4.4 2014-01-26 00:02:35 +01:00
Peter Simons f5b46c33c1 haskell-xmlhtml: update to version 0.2.3.2 2014-01-26 00:02:35 +01:00
Peter Simons 549f547358 haskell-xmlgen: update to version 0.6.2.1 2014-01-26 00:02:35 +01:00
Peter Simons 336e599269 haskell-websockets: update to version 0.8.1.2 2014-01-26 00:02:35 +01:00