From 513b42ef2b1ce0789da7d278a9d9225d7059e63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Sun, 20 May 2012 20:31:15 +0000 Subject: [PATCH] Regenerated accelerate-examples expression with cabal2nix. svn path=/nixpkgs/trunk/; revision=34190 --- .../haskell/accelerate-examples/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pkgs/development/libraries/haskell/accelerate-examples/default.nix b/pkgs/development/libraries/haskell/accelerate-examples/default.nix index 6d93c63f0e21..6a73274336db 100644 --- a/pkgs/development/libraries/haskell/accelerate-examples/default.nix +++ b/pkgs/development/libraries/haskell/accelerate-examples/default.nix @@ -1,8 +1,8 @@ -{ cabal, accelerate, accelerateCuda, accelerateIo -, attoparsec, bmp, bytestringLexing, cmdargs, criterion, cuda -, deepseq, fclabels, filepath, gloss, hashtables, mtl, mwcRandom -, pgm, QuickCheck, random, testFramework, testFrameworkQuickcheck2 -, vector, vectorAlgorithms +{ cabal, accelerate, accelerateCuda, accelerateIo, attoparsec, bmp +, bytestringLexing, cmdargs, criterion, cuda, deepseq, fclabels +, filepath, gloss, hashtables, mtl, mwcRandom, pgm, QuickCheck +, random, testFramework, testFrameworkQuickcheck2, vector +, vectorAlgorithms }: cabal.mkDerivation (self: { @@ -12,11 +12,12 @@ cabal.mkDerivation (self: { isLibrary = false; isExecutable = true; buildDepends = [ - accelerate accelerateCuda accelerateIo attoparsec - bmp bytestringLexing cmdargs criterion cuda deepseq fclabels - filepath gloss hashtables mtl mwcRandom pgm QuickCheck random - testFramework testFrameworkQuickcheck2 vector vectorAlgorithms + accelerate accelerateCuda accelerateIo attoparsec bmp + bytestringLexing cmdargs criterion cuda deepseq fclabels filepath + gloss hashtables mtl mwcRandom pgm QuickCheck random testFramework + testFrameworkQuickcheck2 vector vectorAlgorithms ]; + configureFlags = "-f-opencl"; meta = { homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/"; description = "Examples using the Accelerate library";