packages feed

polysemy-db-0.0.1.0: lib/Polysemy/Db/Data/InitDbError.hs

module Polysemy.Db.Data.InitDbError where

newtype InitDbError =
  InitDbError { unInitDbError :: Text }
  deriving stock (Eq, Show, Generic)
  deriving newtype (IsString, Ord)