mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
23 lines
752 B
Nix
23 lines
752 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, fclabels, hashable, hashtables, unorderedContainers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "accelerate";
|
|
version = "0.14.0.0";
|
|
sha256 = "0b6mnv5l2vrbljak2yx9akpsyqc0qg1il54w0rlfm29fgqknlhjh";
|
|
buildDepends = [
|
|
fclabels hashable hashtables unorderedContainers
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "https://github.com/AccelerateHS/accelerate/";
|
|
description = "An embedded language for accelerated array processing";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
broken = true;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|