Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module defines all missing instances of third party libraries.
Orphan instances
NFData URLTemplate Source # | |
rnf :: URLTemplate -> () # | |
NFData TemplateItem Source # | |
rnf :: TemplateItem -> () # | |
NFData Variable Source # | |
NFData CronSchedule Source # | |
NFData BaseField Source # | |
NFData CronField Source # | |
NFData DayOfMonthSpec Source # | |
NFData DayOfWeekSpec Source # | |
NFData HourSpec Source # | |
NFData MinuteSpec Source # | |
NFData MonthSpec Source # | |
NFData RangeField Source # | |
NFData SpecificField Source # | |
NFData StepField Source # | |
FromJSON CronSchedule Source # | |
parseJSON :: Value -> Parser CronSchedule parseJSONList :: Value -> Parser [CronSchedule] | |
ToJSONKey Void Source # | |
toJSONKey :: ToJSONKeyFunction Void toJSONKeyList :: ToJSONKeyFunction [Void] | |
ToJSON CronSchedule Source # | |
toJSON :: CronSchedule -> Value toEncoding :: CronSchedule -> Encoding toJSONList :: [CronSchedule] -> Value toEncodingList :: [CronSchedule] -> Encoding | |
FromCol CronSchedule Source # | |
fromCol :: Maybe ByteString -> Either Text CronSchedule | |
ToPrepArg CronSchedule Source # | |
toPrepVal :: CronSchedule -> PrepArg | |
Lift CompOption Source # | |
Lift ExecOption Source # | |
Lift DoPa Source # | |
Lift Pattern Source # | |
Lift PatternSet Source # | |
Lift PatternSetCharacterClass Source # | |
Lift PatternSetCollatingElement Source # | |
Lift PatternSetEquivalenceClass Source # | |
Lift a => Lift (HashSet a :: Type) Source # | |
(Lift k, Lift v) => Lift (HashMap k v :: Type) Source # | |
(GCompare f, GCompare g) => GCompare (Product f g :: Type -> Type) Source # | |
(Monoid d, MonadFix m) => MonadFix (DeclareT d m) Source # | |