Charles Strahan
984bb6b923
go 1.3 and darwin support
2014-06-23 01:10:20 -04:00
Bjørn Forsman
4b61edb390
coredumper: mark as broken
...
It doesn't build. Bumping to latest version (1.2.1) didn't fix it. It
has no maintainers and the last time the expression was touched was in
2007.
2014-06-22 23:10:32 +02:00
Bjørn Forsman
ce4c20165b
clearsilver: add description + homepage
2014-06-22 22:51:14 +02:00
Bjørn Forsman
d376975101
axis: add meta.description
2014-06-22 22:36:23 +02:00
Bjørn Forsman
6c2d696f42
axis: fix download url (the old one is dead)
2014-06-22 22:34:10 +02:00
Bjørn Forsman
20a8630c2f
axis: use space instead of hardtab
2014-06-22 22:33:46 +02:00
Bjørn Forsman
239d35338f
antlr: add meta attributes
2014-06-22 21:59:41 +02:00
Bjørn Forsman
6693f6c3e3
accountsservice: add meta.description
2014-06-22 21:32:30 +02:00
Bjørn Forsman
76672dd9e3
accountsservice: be consistent in naming (always two 's')
...
The package is (correctly) named 'accountsservice' (with two 's'), but
the attribute and expression path lacked one 's'. Fix it.
2014-06-22 21:32:16 +02:00
Bjørn Forsman
686d847ee2
4suite: mark as broken
...
None of the tools installed to bin/ work. They all throw an exception
similar to this:
ImportError: No module named Ft.Xml.XPath._4xpath
2014-06-22 20:52:52 +02:00
Andreas Herrmann
52762ed416
tables: add new package, version 3.1.1
...
From the project page [1]:
> PyTables is a package for managing hierarchical datasets and designed to
> efficiently and easily cope with extremely large amounts of data.
It offers read/write access to hdf5 archives through a hierarchical interface.
I am adding it, because pandas depends on tables for hdf5 read/write
functionality.
Note: The name is a bit of an issue. The project is called pytables, whereas
the python module is simply called tables. I chose to name the nix-expression
tables for consistency with the source-tarball and the module name.
[1]: http://www.pytables.org/moin
2014-06-22 20:05:21 +02:00
Andreas Herrmann
c24e85f3a5
szip: Fix source hash
...
The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.
2014-06-22 20:05:20 +02:00
Aycan iRiCAN
ce64f0681a
Added haskellPackages.hweblib 0.6.3
2014-06-22 17:23:33 +03:00
Peter Simons
1704764dde
Merge pull request #3044 from aycanirican/master
...
pipes-bytestring: updated to 2.1.0
2014-06-22 15:32:06 +02:00
Peter Simons
d4e1604c1e
Merge pull request #3048 from chrisfarms/sqsh
...
New package: sqsh. An SQL query tool/shell for Sybase/MSSQL
2014-06-22 15:31:33 +02:00
Peter Simons
5b6f3fc7f5
Merge pull request #3017 from ttuegel/wrap-haskell
...
Wrap Haskell tools to find GHC packages
2014-06-22 15:29:53 +02:00
Oliver Charles
41648113c8
haskellPackages.extensibleEffects: Jailbreak this package
...
This is required until https://github.com/RobotGymnast/extensible-effects/issues/15 is resolved
2014-06-22 14:28:27 +01:00
Vladimír Čunát
dc215c2988
php{53,54}: fetch from generic URL
...
I see no reason to download from a pre-specified mirror.
It didn't even work for me.
2014-06-22 15:02:41 +02:00
taku0
21643702e7
jdk7: update patchversion 55 -> 60.
2014-06-22 21:45:30 +09:00
taku0
4f745ce8b2
oraclejdk8: Add support for grsecurity
2014-06-22 21:39:37 +09:00
taku0
a056940066
add oraclejdk8
2014-06-22 21:39:37 +09:00
Chris Farmiloe
0669981ba0
New package: sqsh. An SQL query tool/shell for Sybase/MSSQL
2014-06-22 14:32:02 +02:00
Bjørn Forsman
9883b5806a
chrpath: new package
...
chrpath is a command line tool to adjust the RPATH or RUNPATH of ELF
binaries.
(Yes, it is similar to our patchelf tool.)
gpsd and Yocto/OpenEmbedded depend on chrpath (although we have
currently patched that dependency out of gpsd).
2014-06-22 14:21:55 +02:00
Luca Bruno
c5e0079962
libvorbis: use pkgconfig instead of guessing paths. Closes #3014
2014-06-22 12:40:59 +02:00
Aycan iRiCAN
c699a16785
pipes-bytestring: updated to 2.1.0
2014-06-22 13:07:08 +03:00
Peter Simons
db42ae4916
Merge pull request #3042 from ip1981/master
...
Added simple-sql-parser 0.4.0
2014-06-22 11:14:58 +02:00
Peter Simons
484e9d4e70
haskell-twitter-types: update to version 0.3.20140620
2014-06-22 10:33:20 +02:00
Peter Simons
1c87337b46
haskell-shake: update to version 0.13.2
2014-06-22 10:33:20 +02:00
Peter Simons
f20464e281
haskell-network-info: update to version 0.2.0.5
2014-06-22 10:33:20 +02:00
Peter Simons
0c5a8a4b46
Merge pull request #3035 from aycanirican/master
...
Added distributed-process 0.5.
2014-06-22 10:29:05 +02:00
John Wiegley
812bba77f1
swig: ccache tests broken on Darwin with Gcc 4.8.3
2014-06-21 23:53:49 -07:00
Igor Pashev
ff860fa21f
Added simple-sql-parser 0.4.0
2014-06-22 07:49:31 +02:00
Austin Seipp
fc4adcd7af
php: 5.4.27 -> 5.4.29
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 00:46:58 -05:00
Austin Seipp
6b345e088b
php: Fix fallout from 1228caae9e
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-21 21:15:29 -05:00
John Wiegley
1228caae9e
php-5.4: Do not build with mssql support on Darwin
2014-06-21 16:29:28 -07:00
John Wiegley
b24da6b15d
gccApple: Patches for building on Mavericks
2014-06-21 11:32:37 -07:00
Aycan iRiCAN
a60e9fb33c
Merge remote-tracking branch 'upstream/master'
2014-06-21 19:55:26 +03:00
John Wiegley
a986835718
Merge pull request #2986 from jwiegley/ncurses
...
ncurses: apply a patch on Darwin for a clang bug
2014-06-21 09:20:05 -07:00
John Wiegley
820052eb2c
Merge pull request #2983 from jwiegley/zlib
...
Do not use static-libgcc flag on Darwin
2014-06-21 09:19:48 -07:00
Aycan iRiCAN
e9385023d7
Added distributed-process 0.5.
...
Bump binary version dependency of rank1dynamic, distributed-static, network-transport-* to 0.7.2.1.
2014-06-21 16:37:02 +03:00
Peter Simons
05f78d60c1
haskell-network-transport-tcp: fix build with ghc < 7.8.2
2014-06-21 15:04:25 +02:00
Peter Simons
8420a2e979
cppcheck: update from 1.64 to 1.65
2014-06-21 14:04:15 +02:00
Peter Simons
d95004cabf
gsl: update to version 1.16
2014-06-21 14:03:09 +02:00
Peter Simons
7179bdbcfe
haskell-network-transport-tcp: jailbreak to fix build with network 2.5
2014-06-21 13:14:35 +02:00
Aycan iRiCAN
5a080b9d72
Disable network-transport-tcp tests, since it should depend on network-transport-tests-0.2.0.0 which is not released yet.
2014-06-21 13:12:03 +02:00
John Wiegley
34c1d46c60
hoogle-local: Add patch based on main hoogle expression
2014-06-20 22:34:27 -07:00
John Wiegley
9d36361931
haskell-free-operational: Remove expression
2014-06-20 22:33:36 -07:00
Peter Simons
16b07cfc4f
haskell-MonadCatchIO-transformers: update to version 0.3.1.1
2014-06-20 17:16:04 +02:00
Peter Simons
8a1f4d4e24
haskell-MonadCatchIO-mtl: jailbreak to support latest MonadCatchIO-transformers
2014-06-20 17:16:04 +02:00
Peter Simons
006eca8947
haskell-keter: update to version 1.3.2
2014-06-20 16:56:00 +02:00
Peter Simons
4c1621decf
haskell-yesod-test: update to version 1.2.3.1
2014-06-20 16:56:00 +02:00
Peter Simons
435e9144c0
haskell-yesod-form: update to version 1.3.11
2014-06-20 16:56:00 +02:00
Peter Simons
89797dd671
haskell-yesod-core: update to version 1.2.17
2014-06-20 16:56:00 +02:00
Peter Simons
c861de5615
haskell-yesod-bin: update to version 1.2.11
2014-06-20 16:55:59 +02:00
Peter Simons
dd451edb4f
haskell-wai-extra: update to version 3.0.0.1
2014-06-20 16:55:59 +02:00
Peter Simons
44853ef4d2
haskell-vinyl: update to version 0.4.2
2014-06-20 16:55:59 +02:00
Peter Simons
b99b0f3ca2
haskell-vector-space: update to version 0.8.7
2014-06-20 16:55:59 +02:00
Peter Simons
8a0186e65b
haskell-twitter-conduit: update to version 0.0.4
2014-06-20 16:55:59 +02:00
Peter Simons
d78aa3621b
haskell-syntactic: update to version 1.13
2014-06-20 16:55:59 +02:00
Peter Simons
ed16672aa9
haskell-snap-cors: update to version 1.2.5
2014-06-20 16:55:59 +02:00
Peter Simons
aa59970042
haskell-scotty: update to version 0.8.1
2014-06-20 16:55:59 +02:00
Peter Simons
3662aab37a
haskell-robots-txt: update to version 0.4.1.0
2014-06-20 16:55:58 +02:00
Peter Simons
b76e86c782
haskell-purescript: update to version 0.5.2.4
2014-06-20 16:55:58 +02:00
Peter Simons
35d53b368f
haskell-mono-traversable: update to version 0.6.0.3
2014-06-20 16:55:58 +02:00
Peter Simons
54ef970c6b
haskell-language-c-quote: update to version 0.8.0
2014-06-20 16:55:58 +02:00
Peter Simons
c4dcee2dd0
haskell-http-conduit: update to version 2.1.2.3
2014-06-20 16:55:58 +02:00
Peter Simons
54cd793305
haskell-http-client: update to version 0.3.3.2
2014-06-20 16:55:58 +02:00
Peter Simons
e9387206da
haskell-http-client-tls: update to version 0.2.1.2
2014-06-20 16:55:58 +02:00
Peter Simons
ca89435a5d
haskell-highlighting-kate: update to version 0.5.8.3
2014-06-20 16:55:58 +02:00
Peter Simons
1554bcf3b4
haskell-haxr: update to version 3000.10.3
2014-06-20 16:55:57 +02:00
Peter Simons
99ee851046
haskell-haskell-packages: update to version 0.2.4.1
2014-06-20 16:55:57 +02:00
Peter Simons
8ca2a7c9c3
haskell-fay: update to version 0.20.1.1
2014-06-20 16:55:57 +02:00
Peter Simons
6b8539aa44
haskell-dns: update to version 1.4.0
2014-06-20 16:55:57 +02:00
Peter Simons
2a88d3e56b
haskell-data-lens-light: update to version 0.1.2
2014-06-20 16:55:57 +02:00
Peter Simons
c3ac79a5cb
haskell-cryptohash: update to version 0.11.6
2014-06-20 16:55:57 +02:00
Peter Simons
2536eea460
haskell-amqp: update to version 0.9
2014-06-20 16:55:57 +02:00
Peter Simons
46abd4dfbc
haskell-SHA: update to version 1.6.4.1
2014-06-20 16:55:56 +02:00
Peter Simons
6587a30c4a
haskell-websockets: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
80ffd99100
haskell-tcache-AWS: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
18283ac861
haskell-fb: re-generate with cabal2nix
2014-06-20 16:55:56 +02:00
Peter Simons
6dcbc2ef9f
haskell-platform-2009.2.0.2: un-break the expression to try and fix it
2014-06-20 16:55:56 +02:00
Peter Simons
011e696f6d
haskell-platform-2010.1.0.0: un-break the expression to try and fix it
2014-06-20 16:55:56 +02:00
Peter Simons
f25e9c435d
haskell-yesod-auth: update to version 1.3.1.1
2014-06-20 16:55:56 +02:00
Peter Simons
a2570f8448
haskell-twitter-conduit: update to version 0.0.3
2014-06-20 16:55:56 +02:00
Peter Simons
fa20bf6fc7
haskell-string-combinators: update to version 0.6.0.5
2014-06-20 16:55:55 +02:00
Peter Simons
aa01efc665
haskell-snaplet-redis: update to version 0.1.3.2
2014-06-20 16:55:55 +02:00
Peter Simons
3ee3329c1f
haskell-shelly: update to version 1.5.4.1
2014-06-20 16:55:55 +02:00
Peter Simons
d783e5c32d
haskell-recursion-schemes: update to version 4.1
2014-06-20 16:55:55 +02:00
Peter Simons
a161d10071
haskell-rank1dynamic: update to version 0.2.0.0
2014-06-20 16:55:55 +02:00
Peter Simons
6509d2df2a
haskell-network-transport: update to version 0.4.0.0
2014-06-20 16:55:55 +02:00
Peter Simons
4d3fc68c64
haskell-network-transport-tcp: update to version 0.4.0
2014-06-20 16:55:55 +02:00
Peter Simons
3ad632c777
haskell-mwc-random: update to version 0.13.1.2
2014-06-20 16:55:55 +02:00
Peter Simons
d00e504a92
haskell-miniutter: update to version 0.4.4.0
2014-06-20 16:55:54 +02:00
Peter Simons
39a02984a0
haskell-io-memoize: update to version 1.1.1.0
2014-06-20 16:55:54 +02:00
Peter Simons
ff4ce5a704
haskell-http-conduit: update to version 2.1.2.2
2014-06-20 16:55:54 +02:00
Peter Simons
847bc3e0d3
haskell-hp2any-graph: update to version 0.5.4.1
2014-06-20 16:55:54 +02:00
Peter Simons
1a5bef7006
haskell-hoogle: update to version 4.2.33
2014-06-20 16:55:54 +02:00
Peter Simons
23da971e45
haskell-ghcjs-dom: update to version 0.0.10
2014-06-20 16:55:54 +02:00
Peter Simons
191941fc52
haskell-ghc-mod: update to version 4.1.3
2014-06-20 16:55:54 +02:00
Peter Simons
53ca82c6b7
haskell-foldl: update to version 1.0.5
2014-06-20 16:55:54 +02:00
Peter Simons
64f2634b49
haskell-fay: update to version 0.20.1.0
2014-06-20 16:55:53 +02:00
Peter Simons
861c1ca445
haskell-distributed-static: update to version 0.3.0.0
2014-06-20 16:55:53 +02:00
Peter Simons
50e91ea1ad
haskell-compdata: update to version 0.8.1.2
2014-06-20 16:55:53 +02:00
Peter Simons
ee1ff09e3b
haskell-BoundedChan: update to version 1.0.3.0
2014-06-20 14:56:33 +02:00
Peter Simons
72dae9f3e0
ShellCheck: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00
Peter Simons
6782b9dbd1
haskell-snaplet-redis: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00
Peter Simons
727de4c49e
haskell-hedis: re-generate with cabal2nix
2014-06-20 14:56:33 +02:00
Oliver Charles
869cd7d44a
haskellPackages.authenticateOauth: Update to 1.5
2014-06-20 09:58:35 +01:00
Domen Kožar
ad666c56ff
pypy: correctly bump the version
2014-06-19 18:16:43 +02:00
ambrop7@gmail.com
edcad57434
Add Gloox.
2014-06-19 18:02:12 +02:00
ambrop7@gmail.com
088bfaf826
Add nvidia-texture-tools.
2014-06-19 18:02:10 +02:00
Shea Levy
e0de0bc470
Merge branch 'master' of git://github.com/soenkehahn/nixpkgs
...
Update haskell-wai and haskell-warp
2014-06-19 11:08:32 -04:00
Rob Vermaas
a975f6d8c5
Merge pull request #3016 from danielzinn/add_cuda_6
...
Added cuda6 compiler as package cudatoolkit6.
2014-06-19 14:10:36 +02:00
Mathijs Kwik
9ceeb77bd3
agda-stdlib: no need to jailbreak anymore
2014-06-19 13:38:54 +02:00
Thomas Tuegel
a0aadd7577
Wrap ghc-modi to find GHC packages
2014-06-19 06:36:11 -05:00
Thomas Tuegel
048ec25757
Wrap haddock 2.10+ to find GHC packages
2014-06-19 06:36:11 -05:00
Daniel Zinn
ca0de0f1f7
Added cuda6 compiler as package cudatoolkit6.
2014-06-19 04:24:21 -07:00
Oliver Charles
e1c34ca676
haskellPackages.jsonAssertions: Update to 1.0.3
2014-06-19 11:32:39 +01:00
Oliver Charles
1b635150b5
Jailbreak haskellPackages.fb
...
This is necessary until https://github.com/meteficha/fb/issues/24 is
resolved.
2014-06-19 11:22:19 +01:00
Oliver Charles
f67cf3e18d
Jailbreak haskellPackages.websockets
...
This is needed until https://github.com/jaspervdj/websockets/issues/71
is resolved.
2014-06-19 11:17:01 +01:00
Oliver Charles
8a22affa24
haskellPackages.digestiveFunctorsAeson: Update to 1.1.9
2014-06-19 11:06:39 +01:00
Moritz Ulrich
f85d3ad6d3
leiningen: Update to 2.4.2.
2014-06-19 12:04:33 +02:00
Moritz Ulrich
bc41714d02
chicken: Update to 4.9.0.1.
2014-06-19 12:04:20 +02:00
Sönke Hahn
540ce7e108
haskell-warp: update to 3.0.0.3
2014-06-19 15:35:48 +08:00
Sönke Hahn
b39ade4ba5
haskell-wai: update to 3.0.0.2
2014-06-19 15:35:30 +08:00
Austin Seipp
537dbfed78
Merge pull request #2898 from robberer/php/mssql
...
mssql support for php-5.4
2014-06-18 16:25:24 -05:00
Austin Seipp
b9fc9bd760
Merge pull request #2992 from bluescreen303/agda
...
Agda: upgrade stdlib to 0.8, change defaults to latest version
2014-06-18 16:22:33 -05:00
Austin Seipp
ad0755e5d4
Merge pull request #2919 from ehmry/ogg-vorbis
...
libogg, libvorbis: update to 1.3.2, 1.3.4
2014-06-18 16:17:37 -05:00
Austin Seipp
fb24267670
Merge pull request #3002 from tomberek/haskell_tcacheAWS
...
Adds tcache-AWS
2014-06-18 16:09:35 -05:00
Peter Simons
f7c7282964
Merge pull request #2979 from bluescreen303/idris
...
Idris: fix wrapper for llvm, upgrade emacs-idris-mode
2014-06-18 10:00:00 +02:00
Thomas Bereknyei
8a16a950ba
Adds tcache-AWS
2014-06-18 01:01:45 -04:00
Austin Seipp
5cf3fb7cb6
arcanist: 20140606 -> 20140617
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-17 15:48:51 -05:00
Mathijs Kwik
3fd519822f
agda-stdlib: upgrade to 0.8 (they keep changing the version scheme)
...
Conflicts:
pkgs/development/compilers/agda/stdlib-0.8.nix
pkgs/top-level/haskell-packages.nix
2014-06-17 08:25:44 +02:00
John Wiegley
f39471a873
ncurses: apply a patch on Darwin for a clang bug
2014-06-16 16:39:20 -07:00
John Wiegley
195800e881
Do not use static-libgcc flag on Darwin
2014-06-16 14:26:40 -07:00
John Wiegley
61e8fe50c2
Agda: add 2.4.0.1, 2.3.2.2 is still the default for now
2014-06-16 14:03:17 -07:00
John Wiegley
39dfef4af0
haskell-boxes: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
20f31b66a2
haskell-free-operational: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
7a45ef7e25
haskell-equivalence: new expression
2014-06-16 14:03:17 -07:00
John Wiegley
cd3798c266
haskell-STMonadTrans: new expression
2014-06-16 14:03:17 -07:00
Mateusz Kowalczyk
8f5f9f6c6b
libid3tag: apply fixes before build
...
Amongst other things, this stops things like mpd spinning up to full
memory when updating the database.
2014-06-16 22:50:14 +02:00
Mathijs Kwik
8d708ba35a
idris: provide boehmgc to compile with llvm backend
2014-06-16 22:43:51 +02:00
Paul Colomiets
6b27a2789e
Upgrade zeromq and nanomsg
2014-06-16 22:25:56 +03:00
Peter Simons
a83aa733c3
Merge pull request #2967 from sol/master
...
Update haskell-http-kit and haskell-aeson-qq
2014-06-16 15:15:09 +02:00
Simon Hengel
78c0b2fca6
Update haskell-aeson-qq to version 0.7.2
2014-06-16 20:12:05 +08:00
Simon Hengel
5434317aac
Update haskell-http-kit to version 0.5.0
2014-06-16 19:18:08 +08:00
Vladimír Čunát
1b78ca58bc
Merge #2798 : stdenv and a few other big updates
...
Stdenv-changing things:
- gcc 4.8.2 -> 4.8.3
- long-running grsecurity branch
Others:
- pkgconfig update
- CVE for libtasn1, dbus
Conflicts (simple):
pkgs/development/compilers/ghc/7.6.3.nix
2014-06-16 10:23:36 +02:00
vi
fd08da1116
New derivation: hxt-tagsoup #haskell
2014-06-16 13:32:24 +08:00
ambrop7@gmail.com
bf0bacdbf8
openal-soft: Add PulseAudio backend, make non-OSS backends work.
...
* Added PulseAudio backend support.
* Made ALSA and PulseAudio backends optional.
* Made ALSA and PulseAudio backends actually work by adding to
NIX_LDFLAGS (because package uses dlopen).
TEST: Tested all 3 backends (OSS, ALSA, PulseAudio) using openal-info
and my upcoming Warzone 2100 update, by selecting the backend in
.alsoftrc. It also works without .alsoftrc (I think it first tries pulse
then alsa then oss).
2014-06-15 23:28:54 +02:00
Vladimír Čunát
9757785295
Merge recent master
2014-06-15 17:55:35 +02:00
Peter Simons
132309de52
scala: cosmetic fix for syntax highlighting in Emacs
2014-06-15 17:12:14 +02:00
Shea Levy
7a0c66c829
Merge branch 'master' of git://github.com/soenkehahn/nixpkgs
...
packaging hp2any-manager and dependencies
2014-06-15 11:00:40 -04:00
Domen Kožar
0d71d2b631
fixes #2926
2014-06-15 16:05:18 +02:00
Simon Hengel
d2eaca9c80
Update haskell-hspec2 to version 0.3.4
2014-06-15 08:47:14 +08:00
Bjørn Forsman
06af50ff42
liboping: new package
...
liboping is a C library to generate ICMP echo requests, better known as
"ping packets". It is intended for use in network monitoring
applications or applications that would otherwise need to fork ping(1)
frequently.
http://verplant.org/liboping/
2014-06-15 00:42:40 +02:00
Bjørn Forsman
cb64b3d758
libmodbus: new package
...
libmodbus is a library to send/receive data according to the Modbus
protocol.
http://libmodbus.org/
2014-06-14 21:50:57 +02:00
Simon Hengel
8a396ee56a
Add haskell-hspec-wai
2014-06-14 15:13:40 +08:00
Simon Hengel
315016197a
Update haskell-aeson-qq to version 0.7.1
2014-06-14 14:55:34 +08:00
Robert M. Mather
2d6d52bb2a
Ur/Web compiler: new release, 20140426 -> 20140531
2014-06-13 18:22:34 -07:00
Michael Raskin
ed20f939f5
Update CL-Launch
2014-06-14 00:23:11 +04:00
Peter Simons
40ca1149c9
haskell-io-memoize: update to version 1.1.0.0
2014-06-13 15:41:26 +02:00
Peter Simons
67a692a830
haskell-force-layout: update to version 0.3.0.5
2014-06-13 15:41:26 +02:00
Peter Simons
87d3a5b980
haskell-event-list: update to version 0.1.1.1
2014-06-13 15:41:26 +02:00
Peter Simons
7abf0948be
hoogle: patch to fix build errors with WAI 3.0
...
https://github.com/ndmitchell/hoogle/issues/69
2014-06-13 15:41:25 +02:00
Peter Simons
84e0ecd664
haskell-MFlow: re-generate expression with cabal2nix
2014-06-13 15:41:25 +02:00
Peter Simons
a1336ca41c
haskell-purescript: update to version 0.5.2.3
2014-06-13 15:41:25 +02:00
Peter Simons
371f44dcbc
haskell-pipes-text: update to version 0.0.0.11
2014-06-13 15:41:25 +02:00
Peter Simons
e4b5d2f7b7
haskell-haskeline: update to version 0.7.1.3
2014-06-13 15:41:25 +02:00
Peter Simons
f7db41deda
haskell-entropy: update to version 0.3.2
2014-06-13 15:41:25 +02:00
Peter Simons
cc326495c4
haskell-attoparsec: update to version 0.12.1.0
2014-06-13 15:41:25 +02:00
Peter Simons
2795d46f95
haskell-wai-logger: disable test suite to fix build
...
https://github.com/kazu-yamamoto/logger/issues/42
2014-06-13 15:41:25 +02:00
Peter Simons
a059a4b167
haskell-wai-test: disable haddock phase for empty module
2014-06-13 15:41:25 +02:00
Peter Simons
30835fc777
haskell-wai: update to version 3.0.0.1
2014-06-13 15:41:25 +02:00
Peter Simons
21cba499b4
haskell-mongoDB: update to version 1.5.0
2014-06-13 15:41:25 +02:00
Peter Simons
a2a94462db
haskell-hourglass: update to version 0.2.2
2014-06-13 15:41:25 +02:00
Peter Simons
bcd9e73947
haskell-keter: update to version 1.3.1
2014-06-13 15:41:25 +02:00
Peter Simons
129197ba5e
haskell-cabal-bounds: update to version 0.6
2014-06-13 15:41:24 +02:00
Peter Simons
6a17d46ba2
haskell-yesod: update to version 1.2.6
2014-06-13 15:41:24 +02:00
Peter Simons
ad65fa4c2b
haskell-yesod-test: update to version 1.2.3
2014-06-13 15:41:24 +02:00
Peter Simons
5d54c13146
haskell-yesod-static: update to version 1.2.4
2014-06-13 15:41:24 +02:00
Peter Simons
fa6fd66288
haskell-yesod-persistent: update to version 1.2.3
2014-06-13 15:41:24 +02:00
Peter Simons
7e924a23c8
haskell-yesod-form: update to version 1.3.10
2014-06-13 15:41:24 +02:00
Peter Simons
7febd19525
haskell-yesod-core: update to version 1.2.16.1
2014-06-13 15:41:24 +02:00
Peter Simons
ffb0c2b5eb
haskell-yesod-bin: update to version 1.2.10.2
2014-06-13 15:41:24 +02:00
Peter Simons
d02baccd7b
haskell-websockets: update to version 0.8.2.4
2014-06-13 15:41:24 +02:00
Peter Simons
567ba23b1a
haskell-warp: update to version 3.0.0.1
2014-06-13 15:41:24 +02:00
Peter Simons
78c13dfb4f
haskell-warp-tls: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
046c636924
haskell-wai: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
b4dd791cea
haskell-wai-websockets: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
6f80ab07a5
haskell-wai-test: update to version 3.0.0
2014-06-13 15:41:24 +02:00
Peter Simons
037ea00300
haskell-wai-middleware-static: update to version 0.6.0
2014-06-13 15:41:23 +02:00
Peter Simons
0bcda04c13
haskell-wai-handler-launch: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
edf412e9e5
haskell-wai-handler-fastcgi: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
8b12a38910
haskell-wai-extra: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
f9e09908b8
haskell-wai-app-static: update to version 3.0.0
2014-06-13 15:41:23 +02:00
Peter Simons
978ae0e64f
haskell-scotty: update to version 0.8.0
2014-06-13 15:41:23 +02:00
Peter Simons
faf9c7f1dd
haskell-non-negative: update to version 0.1.1
2014-06-13 15:41:23 +02:00
Peter Simons
229f352953
haskell-http-reverse-proxy: update to version 0.4.0.1
2014-06-13 15:41:23 +02:00
Peter Simons
54800cc222
haskell-http-conduit: update to version 2.1.2.1
2014-06-13 15:41:23 +02:00
Peter Simons
c72d054ff4
haskell-http-client: update to version 0.3.3.1
2014-06-13 15:41:23 +02:00
Peter Simons
8cc6a959d4
haskell-hspec-meta: update to version 1.10.0
2014-06-13 15:41:23 +02:00
Peter Simons
ca3f416e8d
haskell-hsimport: update to version 0.4
2014-06-13 15:41:23 +02:00
Peter Simons
e76486c662
haskell-hourglass: update to version 0.2.1
2014-06-13 15:41:23 +02:00
Peter Simons
6f78a87b6f
haskell-ghc-vis: update to version 0.7.2.3
2014-06-13 15:41:23 +02:00
Peter Simons
8bc8dd90af
haskell-event-list: update to version 0.1.1
2014-06-13 15:41:22 +02:00
Peter Simons
0b0ace748a
haskell-cabal-lenses: update to version 0.2
2014-06-13 15:41:22 +02:00
Peter Simons
3352644623
haskell-cabal-cargs: update to version 0.7
2014-06-13 15:41:22 +02:00
Peter Simons
5c05c0cdf4
haskell-blaze-builder-enumerator: update to version 0.2.0.6
2014-06-13 15:41:22 +02:00
Peter Simons
c4d3a0acab
haskell-wai-conduit: add version 3.0.0
2014-06-13 15:41:22 +02:00
Peter Simons
e9bbb1ede9
haskell-idris: update to version 0.9.13.1
2014-06-13 15:41:22 +02:00
Sönke Hahn
aaf8b264d7
hp2any-manager: tool for haskell heap profile visualization
2014-06-13 16:22:46 +08:00
Sönke Hahn
e9e6e1ceb9
haskellPackages.gtkglext: new expression
2014-06-13 16:20:54 +08:00
Austin Seipp
3e76f3922f
Merge pull request #2801 from orbitz/haxe-3.1.3
...
Add HaXe 3.1.3
2014-06-12 20:41:58 -05:00
Ricky Elrod
4a2dd52b54
add ShellCheck
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-06-12 21:27:32 -04:00
Emery Hemingway
ca59c577d0
libogg, libvorbis: update to 1.3.2, 1.3.4
2014-06-12 18:54:16 -04:00
Rickard Nilsson
7dc09de565
libvirt: Update from 1.2.4 to 1.2.5
2014-06-12 22:11:31 +02:00
Oliver Charles
6cc799b24c
haskellPackages.snapletRedis: New expression
...
This needs to be jailbroken until a new version reaches Hackage.
2014-06-12 15:07:04 +01:00
Austin Seipp
1dbc7c4567
Merge pull request #2882 from iyzsong/n/xmp
...
add xmp, a extended module player
2014-06-12 08:51:33 -05:00
Oliver Charles
bbdadcd8c6
haskellPackages.hedis: New expression
2014-06-12 14:36:26 +01:00
Michael Raskin
c5f019e9a0
Merge pull request #2063 from redbaron/libmsgpack
...
Proper separation between build and runtime outputs
2014-06-12 13:05:40 +04:00
Peter Simons
187e480329
haskell-crypto-numbers: disable the test suite to avoid spurious build failures
...
https://github.com/vincenthz/hs-crypto-numbers/issues/8
2014-06-12 10:32:11 +02:00
Michael Raskin
23869e0006
Merge pull request #2907 from falsifian/firefox_30
...
Firefox 30.0
2014-06-12 12:19:03 +04:00
Peter Simons
5becd18203
haskell-cabal2nix: update to version 1.63
2014-06-12 10:03:32 +02:00
Vladimír Čunát
de12094b0e
Merge recent master
2014-06-12 09:15:11 +02:00
Simon Hengel
22a45575e4
Update haskell-hspec2 to version 0.3.3
...
(fixes broken Haddocks)
2014-06-12 14:28:47 +08:00
Simon Hengel
837d1f406b
Update haskell-hspec2 to version 0.3.1
2014-06-12 13:16:05 +08:00
James Cook
4b55530bd2
nspr: update to 4.10.6
...
Required for Firefox 30.0.
2014-06-11 13:50:47 -07:00
Vladimír Čunát
34091bf265
cudatoolkit: fix multiple outputs ( close #2466 )
2014-06-11 21:32:13 +02:00
Jos van den Oever
845b0e3ebc
qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.
...
Close #2643 .
Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task).
We'll see on Hydra.
2014-06-11 21:30:21 +02:00
Peter Simons
8d309c37a7
Merge pull request #2904 from bennofs/haskell-pipes-text
...
haskell-pipes-text: new expression
2014-06-11 21:25:30 +02:00
Vladimír Čunát
e1775895a6
Merge #2711 : add ansible-1.6.1
...
Conflicts (trivial):
lib/maintainers.nix
2014-06-11 20:29:55 +02:00
Benno Fünfstück
0205ec7878
haskell-pipes-text: new expression
2014-06-11 18:49:48 +02:00
System administrator
7b1b46b96b
mssql support for php-5.4
...
small changes to freetds
see: http://www.php.net/manual/de/mssql.setup.php
2014-06-11 12:58:40 +02:00
Peter Simons
e82eda551e
haskell-libmpd: test suite build is broken by recent hspec update
2014-06-11 11:12:57 +02:00
Sönke Hahn
de0520bb3a
haskell-hspec2: new package, v0.3.0
2014-06-11 15:57:48 +08:00
Sönke Hahn
1d3477c422
haskell-io-memoize: new package, v1.0.0.0
2014-06-11 15:56:41 +08:00
Sönke Hahn
87154e257a
haskell-spawn: new package, v0.3
2014-06-11 15:55:19 +08:00
Simon Hengel
0c40023efd
Update haskell-hspec to version 1.10.0
2014-06-11 14:16:59 +08:00
Michael Raskin
cc13182795
Create a PIL symlink when installing PIL so the recommended way of importing PIL.something works
2014-06-11 10:01:15 +04:00
Vladimír Čunát
e4dc3f8ae3
mesa: fix libGL searching for libudev
...
Close #2784 , #2731 .
I don't have a clue if using our libudev is always correct on non-nixos,
or if using /run/current-system/sw/lib/libudev would be better...
2014-06-11 07:46:15 +02:00
Vladimír Čunát
cfc457eda5
dbus: security-only update, CVE-2014-3477 (DOS)
2014-06-11 06:53:59 +02:00
Vladimír Čunát
9c7dc50159
mesa: maintenance update 10.1.4 -> .5
2014-06-11 06:46:25 +02:00
Luca Bruno
d2639ac5ef
libtasn1: 3.4 -> 3.6. Fixes some security CVEs.
...
Closes #2844 , #2857
2014-06-11 06:46:24 +02:00
Austin Seipp
03d9bbcfa9
Merge pull request #2855 from cstrahan/xpwn-fix-darwin
...
Fix xpwn on Darwin and other case-insensitive file systems
2014-06-10 18:14:42 -05:00
Austin Seipp
2f996c6075
Add Rakudo Star ( closes #2054 )
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 18:12:33 -05:00
Austin Seipp
20f3cbd99e
Remove old intel-tbb package
...
It's unused now, and there's already the `tbb` package so this is
totally redundant.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
3d319b8264
Remove old hiphop-vm package
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
509beb1f68
Add HHVM packages, replacing old hiphop-php expr
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:35 -05:00
Austin Seipp
d176729427
tbb: upgrade to 4.2-u5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-10 13:28:34 -05:00
Peter Simons
5956fc3f75
haskell-syb: drop obsolete versions 0.2.2 and 0.3.6.2
2014-06-10 20:27:57 +02:00