Commit graph

11600 commits

Author SHA1 Message Date
Peter Simons c359bac0a3 haskell-stylish-haskell: update to version 0.5.8.0 2013-08-24 13:00:42 +02:00
Peter Simons 0b46d3c76b haskell-securemem: update to version 0.1.3 2013-08-24 13:00:42 +02:00
Peter Simons a2a7e611a3 haskell-postgresql-simple: update to version 0.3.6.0 2013-08-24 13:00:42 +02:00
Peter Simons fb720f8caa haskell-monoid-extras: update to version 0.3.1.0 2013-08-24 13:00:42 +02:00
Peter Simons 2635ef463e haskell-derive: update to version 2.5.12 2013-08-24 13:00:42 +02:00
Peter Simons 47c084a6a1 haskell-cryptocipher: update to version 0.5.2 2013-08-24 13:00:42 +02:00
Peter Simons 86a35f8b8d haskell-crypto-cipher-types: update to version 0.0.4 2013-08-24 13:00:42 +02:00
Peter Simons 3c56bcd0ad haskell-crypto-cipher-tests: update to version 0.0.4 2013-08-24 13:00:42 +02:00
Peter Simons 8216bc5bc4 haskell-contravariant: update to version 0.4.4 2013-08-24 13:00:41 +02:00
Peter Simons ab006e69c4 haskell-tasty: add version 0.2 2013-08-24 13:00:41 +02:00
Peter Simons b92c0c2896 haskell-SourceGraph: delete obsolete package
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons 938a27d1bf haskell-Graphalyze: delete obsolete package
This library hasn't compiled in ages.
2013-08-24 13:00:41 +02:00
Peter Simons 27d77bfc18 haskell-syb: add version 0.4.1 2013-08-24 13:00:41 +02:00
Domen Kožar cbfe6c0e8d pypy: patch ncurses name correctly 2013-08-23 17:05:50 +02:00
Domen Kožar 50c0290f51 pypy: 2.0 -> 2.1 2013-08-23 12:45:46 +02:00
Domen Kožar a327b68164 pypy: add setuphook for PYTHONPATH 2013-08-23 12:41:48 +02:00
Domen Kožar 7ef49ddee5 setuptools: add note why darwin tests are disabled 2013-08-23 12:41:19 +02:00
Rickard Nilsson 5b9227c5a8 libvirt: Update to 1.1.1 2013-08-23 11:21:08 +02:00
Evgeny Egorochkin d4cb9d11a1 Merge pull request #856 from offlinehacker/pkgs.re2
Add re2, an efficient, principled regular expression library
2013-08-22 01:32:37 -07:00
Jaka Hudoklin f4b3007ef9 Add re2, an efficient, principled regular expression library 2013-08-22 10:08:07 +02:00
Gergely Risko e8a37d3d41 Add ncurses haskell library 2013-08-21 23:39:07 +02:00
Rob Vermaas 115e78216e Update nodejs to 0.10.12 2013-08-21 21:45:28 +02:00
Peter Simons b4750167e7 Merge pull request #847 from errge/master
Add modular-arithmetic haskell library
2013-08-21 01:28:41 -07:00
Shea Levy 7188cc39fa Add karma nodePackage
Required updating to npm2nix 5.1.0 for peerDependency cycle management

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 18:56:20 -04:00
Shea Levy 9c9b7a427b Update phantomjs
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-20 18:56:20 -04:00
Domen Kožar f13d2f58d3 Merge pull request #804 from lovek323/googlecl
pythonPackages.googlecl: add expression
2013-08-20 14:33:58 -07:00
Gergely Risko fdb6ae2734 Add modular-arithmetic haskell library 2013-08-20 17:46:58 +02:00
Lluís Batlle i Rossell 2fbbe2c1a9 Adding a glibc variant with the memusage program 2013-08-20 10:15:40 +02:00
Peter Simons 2badada2be haskell-cpphs: update to version 1.17.1 2013-08-19 20:54:51 +02:00
Peter Simons 5adcbf299f haskell-hlint: update to version 1.8.50 2013-08-19 20:54:51 +02:00
Peter Simons 49492b4cb1 haskell-mueval: update to version 0.9.1 2013-08-19 20:54:51 +02:00
Peter Simons c792483ec9 haskell-hspec-meta: update to version 1.7.0 2013-08-19 20:54:51 +02:00
Peter Simons b6d2aa20a2 haskell-hmatrix: update to version 0.15.0.1 2013-08-19 20:54:50 +02:00
Peter Simons 453eb77288 haskell-dns: update to version 0.3.8 2013-08-19 20:54:50 +02:00
Peter Simons 78e0b8d1e4 haskell-crypto-api: update to version 0.12.2.2 2013-08-19 20:54:50 +02:00
Peter Simons 35fe1d286f haskell-pretty-show: update to version 1.6.1 2013-08-19 20:54:50 +02:00
Peter Simons 6d547d2888 haskell-pcap: re-generate expression with cabal2nix 2013-08-19 13:48:32 +02:00
Eelco Dolstra 96365e9499 php: Update to 5.4.18
CVE-2013-4113, CVE-2013-4248.
2013-08-19 12:02:10 +02:00
Mathijs Kwik 467c581811 new package: haskell-pcap-enumerator 2013-08-19 07:04:17 +02:00
Mathijs Kwik a50a9481f9 new package: haskell-pcap 2013-08-19 07:04:17 +02:00
Shea Levy 67eb2c8ad3 Handle peerDependencies in nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-08-18 19:28:51 -04:00
Bjørn Forsman e507a05ac7 Add taskjuggler ruby gem (2nd try)
This time I've verified that "gem nix" didn't produce any gems with
sha256 = "no hash". Hopefully nothing else breaks :-)

Thanks to phreedom and shlevy on IRC for the tip about removing
~/.gem/nix-sha256.cache to fix/workaround the "no hash" issue.
2013-08-18 22:45:29 +02:00
Peter Simons 0cb9924e7f hlint: jailbreak to support latest version of cpphs 2013-08-18 18:49:12 +02:00
Peter Simons e6e33e3d08 haskell-cpphs: update to version 1.17 2013-08-18 18:49:12 +02:00
Peter Simons 86d0afeb5b haskell-uniplate: update to version 1.6.11 2013-08-18 18:49:12 +02:00
Peter Simons 991df6461f haskell-multiarg: update to version 0.18.0.0 2013-08-18 18:49:11 +02:00
Peter Simons 62aa6a492b haskell-monadcryptorandom: update to version 0.5.3 2013-08-18 18:49:11 +02:00
Peter Simons 8a54efe7c4 haskell-liblastfm: update to version 0.3.0.0 2013-08-18 18:49:11 +02:00
Peter Simons 21e8b7f337 haskell-hxt-unicode: update to version 9.0.2.1 2013-08-18 18:49:11 +02:00
Peter Simons cc38b2c948 haskell-hxt-charproperties: update to version 9.1.1.1 2013-08-18 18:49:11 +02:00