cabal2nix-2.16.0: test/golden-test-cases/mnist-idx.nix.golden
{ mkDerivation, base, binary, bytestring, directory, hspec, lib
, vector
}:
mkDerivation {
pname = "mnist-idx";
version = "0.1.2.8";
sha256 = "deadbeef";
libraryHaskellDepends = [ base binary bytestring vector ];
testHaskellDepends = [ base binary directory hspec vector ];
homepage = "https://github.com/kryoxide/mnist-idx/";
description = "Read and write IDX data that is used in e.g. the MNIST database.";
license = lib.licenses.lgpl3;
}