Cray Elliott
bfb82ef138
restore maintainer information that cabal2nix stripped
2014-08-24 20:28:11 +02:00
Cray Elliott
81a67653d2
mark json-assertions as broken for now
...
needs lens-aeson package and upper bounds bump
2014-08-24 20:28:11 +02:00
Cray Elliott
eec2160026
update hsimport to 0.5.1, fixes breakage
2014-08-24 20:28:11 +02:00
Cray Elliott
478f96d6c3
Update twitter-conduit, fixes breakage
2014-08-24 20:28:10 +02:00
Cray Elliott
8e9ab29d43
mark wreq as broken, issue made upstream
...
breaks because of incompatibility with lens > 4.4
2014-08-24 20:28:10 +02:00
Cray Elliott
4903ec0281
xml-lens upper bounds jailbroken, built and tested with lens v4.4.0.1
...
bug filed upstream to bump upper bounds
2014-08-24 20:28:10 +02:00
Peter Simons
fce4017f32
Merge pull request #3765 from Fuuzetsu/sized
...
haskell: add sized package (+ deps)
2014-08-24 19:59:15 +02:00
Eelco Dolstra
2d6d43c02c
Fix tarball build
2014-08-24 18:52:50 +02:00
Domen Kožar
bce42c282a
rubyLibs.nokogiri: fix build
2014-08-24 18:33:47 +02:00
Mateusz Kowalczyk
2a94f8916a
haskell-sized: add 0.1.0.0
2014-08-24 17:01:26 +01:00
Mateusz Kowalczyk
780070afa0
haskell-type-natural: add 0.2.3.1
2014-08-24 17:01:08 +01:00
Mateusz Kowalczyk
a39488f4f1
haskell-monomorphic: add 0.0.3.2
2014-08-24 17:00:06 +01:00
Mateusz Kowalczyk
041f6a181b
haskell-equational-reasoning: add version 0.2.0.4
2014-08-24 16:58:58 +01:00
Domen Kožar
be6ae818dc
libtoxcore: upgrade for a few rev to get i686-linux build working
2014-08-24 17:49:36 +02:00
Domen Kožar
3df019067d
pypy: add tcl support
2014-08-24 17:33:27 +02:00
Domen Kožar
55af9461b2
Merge pull request #3756 from madjar/master
...
nixbang: add expession
2014-08-24 17:13:14 +02:00
Domen Kožar
ecb77869d2
pythonPackages.pil: put it inside python-packages.nix and disable on py3k
2014-08-24 16:55:15 +02:00
Georges Dubus
6418007dab
nixbang: add expession
2014-08-24 16:07:23 +02:00
Domen Kožar
47673e43c9
buildPythonPackage: introduce "disabled" argument
...
Useful to disable the package for specific python versions.
Typically usage: disable = isPy3k;
2014-08-24 16:02:57 +02:00
Domen Kožar
fc5f6e4e79
tarball fixes
2014-08-24 16:02:57 +02:00
Cillian de Róiste
3529af087a
movit: update from 1.1.1 to 1.1.2
2014-08-24 15:21:09 +02:00
James ‘Twey’ Kay
61a5054953
New Haskell package: network-fancy
2014-08-24 11:33:19 +01:00
Peter Simons
25e0377e51
haddock-2.14.3: enable test suite
...
https://github.com/NixOS/cabal2nix/pull/86
2014-08-24 11:49:20 +02:00
Peter Simons
9b6db1c964
Re-generate Haskell packages with cabal2nix.
2014-08-24 11:45:56 +02:00
Peter Simons
c7e14b4aae
Merge pull request #3728 from vandenoever/android
...
Some additional android runtimes.
2014-08-24 11:25:51 +02:00
Peter Simons
6367cd1de1
Merge pull request #3736 from wavewave/add-yesod-auth-hashdb
...
yesod-auth-hashdb haskell package added
2014-08-24 11:24:09 +02:00
Peter Simons
63e5ed7aef
Merge pull request #3743 from ttuegel/ghc-mod
...
Fix ghc-modi hanging in emacs
2014-08-24 11:14:57 +02:00
Michael Raskin
ede8be9281
Fix tarball evaluation; had to regenerate Ruby gem list
2014-08-24 12:55:08 +04:00
Cray Elliott
85cdd7ce33
Add SDL2_net v2.0.0
2014-08-24 10:21:47 +02:00
Domen Kožar
4ac4440e2f
pypy: verify tkinter module
2014-08-24 10:16:54 +02:00
Thomas Tuegel
2af1a92a28
haskell-ghc-mod-5.0.1: use wrapProgram
...
Use wrapProgram from makeWrapper to wrap ghc-mod and ghc-modi like
haddock. The wrapper code is clearer and hopefully more maintainable. As
a side-effect, the bug where emacs would hang while loading ghc-modi is
fixed.
2014-08-23 17:07:13 -05:00
Aycan iRiCAN
70f67efea5
Merge pull request #3740 from MP2E/cabal_lenses
...
Update cabal-lenses to v3.1, no longer needs to be jailbroken
2014-08-23 23:59:24 +03:00
Michael Raskin
33ef69390b
Fix Julia 0.3.0 build (for most purposes). Not making default yet because it is unclear if I missed something important. Failed to make it use external openblas and lapack correctly…
2014-08-24 00:24:55 +04:00
Cray Elliott
d576fa175f
Update cabal-lenses to v3.1, no longer needs to be jailbroken
2014-08-23 13:13:08 -07:00
Mateusz Kowalczyk
c4a7d019a6
haskell-poppler: update to 0.13
...
Fixed by upstream.
2014-08-23 21:04:33 +01:00
Domen Kožar
9cbc216576
pypyPackages.pycrypto: make it work
2014-08-23 19:18:27 +02:00
Domen Kožar
f1a1c89f50
PIL: use python executable names
2014-08-23 19:18:27 +02:00
Ian-Woo Kim
fab4eb2e7b
yesod-auth-hashdb haskell package added
2014-08-23 12:44:41 -04:00
Domen Kožar
3194d5cc32
zope.testing: 4.1.2 -> 4.1.3 (also, fix pypy build)
2014-08-23 17:38:28 +02:00
Rickard Nilsson
52b53dc370
ruby gems: Add riemann-dash
2014-08-23 12:41:49 +02:00
Rickard Nilsson
01560400aa
libvirt: Update from 1.2.5 to 1.2.7
2014-08-23 12:41:49 +02:00
Jos van den Oever
01cc5a98d6
qt-5.3: update to 5.3.1
2014-08-23 11:44:33 +02:00
Aycan iRiCAN
1ff1fe44d9
Added myself to maintainer of hdaemonize and hweblib
2014-08-23 12:28:35 +03:00
Michael Raskin
ff0582f185
Merge pull request #3649 from daogames/tb/update-golang
...
golang: bump to 1.3.1
2014-08-23 13:05:30 +04:00
Michael Raskin
2f0b2be1f2
Merge pull request #3632 from vbgl/ocaml-csv
...
Adds ocaml library “csv”
2014-08-23 13:04:52 +04:00
Jos van den Oever
6f50af7206
Some additional android runtimes.
2014-08-23 11:03:29 +02:00
Michael Raskin
a2f96adb3d
Merge pull request #3549 from pmahoney/php-pdo-pgsql
...
php: Compile pdo_pgsql support
2014-08-23 12:48:30 +04:00
Michael Raskin
eaac469f11
Merge pull request #3337 from tailhook/node_permission_error
...
Add `--no-same-permission` to `tar` command in node package builder
2014-08-23 12:38:35 +04:00
Vincent Laporte
f439cc7cf6
Adds javalib and sawja
...
Javalib is a library that parses Java .class files into OCaml data
structures. Sawja is a library written in OCaml, relying on Javalib to
provide a high level representation of Java bytecode programs.
Homepage: http://sawja.inria.fr/
2014-08-23 12:44:16 +04:00
Michael Raskin
15ec9bdeba
Merge pull request #3328 from wavewave/krb5fix
...
krb5: explicitly giving --with-tcl=no option for configure to remove imp...
2014-08-23 12:28:23 +04:00