# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, llvm, QuickCheck, random, repa, repaAlgorithms, repaIo , vector }: cabal.mkDerivation (self: { pname = "repa-examples"; version = "3.3.1.1"; sha256 = "0gdkwmdnmvq82zglryxx2ic1nm4g2r4a0bwndiwbj670w03p712p"; isLibrary = false; isExecutable = true; buildDepends = [ QuickCheck random repa repaAlgorithms repaIo vector ]; extraLibraries = [ llvm ]; jailbreak = true; meta = { homepage = "http://repa.ouroborus.net"; description = "Examples using the Repa array library"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })