Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data SetAttribute

    aws Aws.SimpleDb.Core

    No documentation available.

  2. SetAttribute :: Text -> Bool -> SetAttribute

    aws Aws.SimpleDb.Core

    No documentation available.

  3. data SetQueueAttributes

    aws Aws.Sqs.Commands.QueueAttributes

    No documentation available.

  4. SetQueueAttributes :: QueueAttribute -> Text -> QueueName -> SetQueueAttributes

    aws Aws.Sqs.Commands.QueueAttributes

    No documentation available.

  5. data SetQueueAttributesResponse

    aws Aws.Sqs.Commands.QueueAttributes

    No documentation available.

  6. SetQueueAttributesResponse :: SetQueueAttributesResponse

    aws Aws.Sqs.Commands.QueueAttributes

    No documentation available.

  7. module Combinatorics.Battleship.SetCover

    No documentation available.

  8. SetupFailed :: InstallOutcome

    cabal-install Distribution.Client.BuildReports.Anonymous

    No documentation available.

  9. SetupFailed :: InstallOutcome

    cabal-install Distribution.Client.BuildReports.Types

    No documentation available.

  10. module Distribution.Client.ProjectPlanning.SetupPolicy

    Setup.hs script policy Handling for Setup.hs scripts is a bit tricky, part of it lives in the solver phase, and part in the elaboration phase. We keep the helper functions for both phases together here so at least you can see all of it in one place. There are four major cases for Setup.hs handling:

    1. build-type Custom with a custom-setup section
    2. build-type Custom without a custom-setup section
    3. build-type not Custom with cabal-version > $our-cabal-version
    4. build-type not Custom with cabal-version <= $our-cabal-version
    It's also worth noting that packages specifying cabal-version: >= 1.23 or later that have build-type Custom will always have a custom-setup section. Therefore in case 2, the specified cabal-version will always be less than 1.23. In cases 1 and 2 we obviously have to build an external Setup.hs script, while in case 4 we can use the internal library API.

Page 61 of many | Previous | Next