19 lines
579 B
Nix
19 lines
579 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, constraints, ListLike, monomorphic, typeNatural, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "sized";
|
|
version = "0.1.0.0";
|
|
sha256 = "00n9fb7kk3c6dy4j19d9ikmynllpxc7yd51sign0rhvnasmyrghl";
|
|
buildDepends = [
|
|
constraints ListLike monomorphic typeNatural vector
|
|
];
|
|
meta = {
|
|
description = "Sized sequence data-types";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
|
};
|
|
})
|