Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setEntityName :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    Change the entity name without consulting the beam-assigned one

  2. setEntitySchema :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Maybe Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    No documentation available.

  3. setCached :: (Typeable a, MonadIO m, MonadReader Cache m) => Key -> a -> m ()

    registry Data.Registry.Internal.Cache

    Cache a value at a given key in the cache This is a IO operation since we access the cache MVar

  4. settings_apiKey :: Settings -> ApiKey

    bugsnag Data.Bugsnag.Settings

    Your Integration API Key

  5. settings_appVersion :: Settings -> Maybe Text

    bugsnag Data.Bugsnag.Settings

    The version of your application Marking bugs as Fixed and having them auto-reopen in new versions requires you set this.

  6. settings_beforeNotify :: Settings -> BeforeNotify

    bugsnag Data.Bugsnag.Settings

    Modify any events before they are sent For example to attach a user, or set the context.

  7. settings_codeIndex :: Settings -> Maybe CodeIndex

    bugsnag Data.Bugsnag.Settings

    A CodeIndex built at compile-time from project sources If set, this will be used to update StackFrames to include lines of source code context as read out of this value. N.B. using this means loading and keeping the source code for the entire project in memory.

  8. settings_enabledReleaseStages :: Settings -> [Text]

    bugsnag Data.Bugsnag.Settings

    Which release-stages to notify in. Only Production by default

  9. settings_ignoreException :: Settings -> Exception -> Bool

    bugsnag Data.Bugsnag.Settings

    Exception filtering Functions like notifyBugsnag will do nothing with exceptions that pass this predicate. N.B. Something lower-level, like reportError won't be aware of this.

  10. settings_onNotifyException :: Settings -> HttpException -> IO ()

    bugsnag Data.Bugsnag.Settings

    How to handle an exception reporting error events Default is to ignore.

Page 64 of many | Previous | Next