-- | Yaml exports

module Yaml (
    module Data.Yaml,
    module Aeson
    ) where

import Data.Yaml
import Aeson hiding (decode, encode)