Îõ³h$ ´ æ      Safe-Inferred¦ !"#$None  #$'(Ùà ¾ enum-text a class for % parsers. enum-text)Configures the default implementation of   enum-textapplied to the output of & once converted to %Ë; by default strips each data constructor up to and including the first '_' enum-text-applied to each character of the outpout of ! (by default flips underscores (_) to dashes (-)  enum-textÄOur toolkit for enumerated types which should be defined as follows: øimport Fmt import Text.Enum.Text data Foo = FOO_bar | FOO_bar_baz deriving (Bounded,Enum,Eq,Ord,Show) instance EnumText Foo instance Buildable Foo where build = buildEnumText instance TextParsable Foo where parseText = parseEnumText  With the DeriveAnyClass! language extension you can list EnumText in the deriving clause, and with  DerivingVia+ (available from GHC 8.6.1) you can derive via  UsingEnumText as follows: ó{-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE DerivingVia #-} import Fmt import Text.Enum.Text data Foo = FOO_bar | FOO_bar_baz deriving (Bounded,Enum,EnumText,Eq,Ord,Show) deriving (Buildable,TextParsable) via UsingEnumText Foo  enum-text)Configures the textual representation of e generated by renderEnumText.  enum-text;Generate the standard textual representation according to   by default.  enum-text Sames as  , but generating a '.  enum-text Parses an e according to the   render. enum-text;A cassava field encoder, using 'the renderEnumText' format. enum-text!A cassava field parser using the   format. enum-text For hashing e with the   representation. enum-text The default   for  :Ä removes the prefix up to and including the first underscore ('_') flips the underscores (_ ) to dashes (-) enum-textRobust  instance for (. Examples::show <$> parseText @UTCTime (T.pack "2020-01-01 10:12:30")Right "2020-01-01 10:12:30 UTC":show <$> parseText @UTCTime (T.pack "2020-01-01T10:12:30")Right "2020-01-01 10:12:30 UTC";show <$> parseText @UTCTime (T.pack "2020-01-01T10:12:30Z")Right "2020-01-01 10:12:30 UTC"  )      !"#$%&'()*+&,-./01(enum-text-0.5.3.0-11uLImmuUrGIXck7t3uj4ZText.Enum.TextPaths_enum_text TextParsable parseTextEnumTextConfig_etc_text_prep_etc_char_prep UsingEnumText_UsingEnumTextEnumTextconfigEnumTextrenderEnumText buildEnumText parseEnumTexttoFieldEnumTextfromFieldEnumText_hashWithSaltEnumTextdefaultEnumTextConfig$fTextParsableMaybe$fTextParsable[]$fTextParsableInt$fTextParsableDay$fTextParsableUTCTime$fTextParsableText$fIxI$fTextParsableUsingEnumText$fBuildableUsingEnumText$fEqI$fOrdIversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName text-1.2.3.2Data.Text.InternalTextbaseGHC.ShowshowData.Text.Internal.BuilderBuilder time-1.9.3 Data.Time.Clock.Internal.UTCTimeUTCTime