Updated Haskell packages.

- cabal2nix: updated to version 1.31
 - gloss: updated to version 1.7.2.1
 - repa-algorithms: updated to version 3.1.0.1
 - repa-bytestring: deleted obsolete package
 - repa-examples: updated to version 3.1.0.1
 - repa-io: updated to version 3.1.0.1
 - repa: updated to version 3.1.0.1
 - semigroups: updated to version 0.8.0.1

svn path=/nixpkgs/trunk/; revision=33659
This commit is contained in:
Peter Simons
2012-04-07 11:59:28 +00:00
parent bf47f4bbe3
commit 9b0323859f
9 changed files with 18 additions and 37 deletions

View File

@@ -1,10 +1,11 @@
{ cabal, repa, vector }:
{ cabal, llvm, repa, vector }:
cabal.mkDerivation (self: {
pname = "repa-algorithms";
version = "2.2.0.1";
sha256 = "1ggxa2h2swgf7621nrzlqmmyi3h2v526w69zcwvms84kyd257p4p";
version = "3.1.0.1";
sha256 = "17479hp6x02vdwbn201gvxrqsc6smp5q1ip61qbfsvirjih8f3pz";
buildDepends = [ repa vector ];
extraLibraries = [ llvm ];
meta = {
homepage = "http://repa.ouroborus.net";
description = "Algorithms using the Repa array library";