okf-core-0.7.0.0: test/fixtures/catalogue/package.dhall
--| Offline snapshot of mori://shinzui/okf-profiles at v0.10.0.
-- Generated by scripts/refresh-default-registry.sh; do not edit by hand.
-- Profile/okf.dhall is the resolved schema pinned by that release, so this
-- fixture evaluates without network access.
--| Entry point for the okf-profiles package.
--
-- Import this from any project to get the profile schema types and the
-- ready-made profiles. With a versioned, hash-pinned remote import:
--
-- let okf =
-- https://raw.githubusercontent.com/shinzui/okf-profiles/v0.1.0/package.dhall
-- sha256:0000000000000000000000000000000000000000000000000000000000000000
--
-- in okf.postgresql // { name = "acme-warehouse" }
--
-- See README.md for how to generate the real hash (`dhall freeze`) and for the
-- public-repo / pinning rationale.
let okf = ./Profile/okf.dhall
in { Profile = okf.defaults.Profile
, TypeRule = okf.defaults.TypeRule
, FrontmatterRules = okf.defaults.FrontmatterRules
, FieldRule = okf.defaults.FieldRule
, NestedRules = okf.defaults.NestedRules
, NestedFieldRule = okf.defaults.NestedFieldRule
, HandleReferenceRule = okf.defaults.HandleReferenceRule
, PathReferenceRule = okf.defaults.PathReferenceRule
, FieldCondition = okf.FieldCondition
, Cardinality = okf.Cardinality
, FieldFormat = okf.FieldFormat
, mk = okf.mk
, reviewRule = ./Profile/ReviewRule.dhall
, v02 = ./Profile/V02.dhall
, coordination = ./profiles/coordination/package.dhall
, documentation = ./profiles/documentation/package.dhall
, okfV02 = ./profiles/okf-v0-2.dhall
, postgresql = ./profiles/postgresql.dhall
, tanPostgresql = ./profiles/tan-postgresql.dhall
}