bugsnag-haskell-0.0.3.0: Bugsnag error reporter for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.Notifier

Description

Static values about this notifier itself.

Documentation

data BugsnagNotifier #

Instances
Generic BugsnagNotifier # 
Instance details

Defined in Network.Bugsnag.Notifier

Associated Types

type Rep BugsnagNotifier :: Type -> Type #

ToJSON BugsnagNotifier # 
Instance details

Defined in Network.Bugsnag.Notifier

type Rep BugsnagNotifier # 
Instance details

Defined in Network.Bugsnag.Notifier

type Rep BugsnagNotifier = D1 (MetaData "BugsnagNotifier" "Network.Bugsnag.Notifier" "bugsnag-haskell-0.0.3.0-8AGetKOSHwt8cnjFKmHyJF" False) (C1 (MetaCons "BugsnagNotifier" PrefixI True) (S1 (MetaSel (Just "bnName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "bnVersion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Version) :*: S1 (MetaSel (Just "bnUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))