bugsnag-haskell-0.0.4.3: Bugsnag error reporter for Haskell
Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.Notifier

Description

Static values about this notifier itself.

Documentation

data BugsnagNotifier Source #

Instances

Instances details
Generic BugsnagNotifier Source # 
Instance details

Defined in Network.Bugsnag.Notifier

Associated Types

type Rep BugsnagNotifier :: Type -> Type #

ToJSON BugsnagNotifier Source # 
Instance details

Defined in Network.Bugsnag.Notifier

type Rep BugsnagNotifier Source # 
Instance details

Defined in Network.Bugsnag.Notifier

type Rep BugsnagNotifier = D1 ('MetaData "BugsnagNotifier" "Network.Bugsnag.Notifier" "bugsnag-haskell-0.0.4.3-JkAFvWE5qEdD4lfiA9GoAY" '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))))