rollbar-hs-0.2.0.0: Core Rollbar data types and APIs.

Copyright(c) Hardy Jones 2017
LicenseBSD3
Maintainerjones3.hardy@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Rollbar.Item.Internal.Notifier

Description

Mostly, you shouldn't have to worry about this.

Synopsis

Documentation

data Notifier #

Metadata describing this package.

Constructors

Notifier 

Fields

Instances

Eq Notifier # 
Show Notifier # 
Generic Notifier # 

Associated Types

type Rep Notifier :: * -> * #

Methods

from :: Notifier -> Rep Notifier x #

to :: Rep Notifier x -> Notifier #

ToJSON Notifier # 
FromJSON Notifier # 
type Rep Notifier # 
type Rep Notifier = D1 * (MetaData "Notifier" "Rollbar.Item.Internal.Notifier" "rollbar-hs-0.2.0.0-1GJRCoebUqpCQl5Q7GSHSi" False) (C1 * (MetaCons "Notifier" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Hardcoded "rollbar-hs"))) (S1 * (MetaSel (Just Symbol "version") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Version))))