{-# OPTIONS_GHC -fno-warn-orphans #-}
module Data.Version.Natural.Dhall () where

import           Data.Version.Natural (Version)
import           Dhall                (FromDhall, ToDhall)

instance FromDhall (Version)
instance ToDhall (Version)