Updated Haskell packages.

- cautious-file: updated to version 1.0.1
 - hmatrix: updated to version 0.14.0.1
 - random-fu: updated to version 0.2.2.0
 - resourcet: added version 0.3.0
 - sendfile: updated to version 0.7.6
 - test-framework: added version 0.6

svn path=/nixpkgs/trunk/; revision=33354
This commit is contained in:
Peter Simons
2012-03-22 11:17:49 +00:00
parent d905637b44
commit 0c842e7620
8 changed files with 66 additions and 13 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "random-fu";
version = "0.2.1.1";
sha256 = "034pnmagly3akmmcli018258fnyqlyz79av21dqqklfixvw3yja7";
version = "0.2.2.0";
sha256 = "1wv2c6ba3ad80zyj75xfds98q7psgjkmaqk2zm0srmipq06mx92r";
buildDepends = [
erf gamma monadLoops mtl randomShuffle randomSource rvar syb
transformers vector