# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, constraints, equationalReasoning, monomorphic, singletons }: cabal.mkDerivation (self: { pname = "type-natural"; version = "0.2.3.1"; sha256 = "0qi5b3d0vkm1b2kda3ifw6g7djx91wj7q36la02yadlvmb4jcp1g"; buildDepends = [ constraints equationalReasoning monomorphic singletons ]; meta = { homepage = "https://github.com/konn/type-natural"; description = "Type-level natural and proofs of their properties"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; }; })