Updated Haskell packages.

- base16-bytestring: updated to version 0.1.1.5
 - base64-bytestring: updated to version 0.1.1.3
 - bloomfilter: updated to version 1.2.6.10
 - cryptocipher: updated to version 0.3.5
 - gtk: updated to version 0.12.3.1
 - http-conduit: updated to version 1.4.1.9
 - snap-core: updated to version 0.9.0
 - snap-server: updated to version 0.9.0
 - stringsearch: updated to version 0.3.6.3
 - text: updated to version 0.11.2.2
 - void: updated to version 0.5.6

svn path=/nixpkgs/trunk/; revision=34542
This commit is contained in:
Peter Simons
2012-06-18 09:52:42 +00:00
parent 1e196a120f
commit bc7c4c1951
12 changed files with 28 additions and 28 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "void";
version = "0.5.5.1";
sha256 = "1j8rss4b5j4213h40n4nl38p12z275lbsk46dvy4x5s96gqyximp";
version = "0.5.6";
sha256 = "168xp4jxrlhxdw47y3xyr3hi57xharsrll8521a1phh8vzrbpi4z";
buildDepends = [ semigroups ];
meta = {
homepage = "http://github.com/ekmett/void";