packages feed

baserock-schema-0.0.2.0: src/Baserock/Schema/V9.hs

-----------------------------------------------------------------------------
-- |
-- Module     : Baserock.Schema.V9
-- Copyright  : (c) Daniel Firth 2018
-- License    : BSD3
-- Maintainer : locallycompact@gmail.com
-- Stability  : experimental
--
-- This file defines the V9 Baserock Yaml Schema in Haskell
--
-----------------------------------------------------------------------------
module Baserock.Schema.V9 (

  module Baserock.Schema.V9.Data,
  module Baserock.Schema.V9.Database

) where

import Baserock.Schema.V9.Data
import Baserock.Schema.V9.Database