keiro-dsl-0.4.0.1: test/conformance-structural/Generated/StructuralConformance/Structural/Shape/ArtifactLocation.hs
{-# LANGUAGE DeriveGeneric #-}
-- @generated by keiro-dsl; do not edit. Regenerated from the .keiro spec.
module Generated.StructuralConformance.Structural.Shape.ArtifactLocation (ArtifactLocationShape (..)) where
import Data.Text (Text)
import GHC.Generics (Generic)
data ArtifactLocationShape
= LocalFile !Text
| LocalDir !Text
| RepoPath !Text
| LocUrl !Text
| Canonical
deriving stock (Eq, Generic, Show)