Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. package ses-html

    Send HTML formatted emails using Amazon's SES REST API with blaze Send html emails using Amazon's Simple Email Service and Blaze Templating in Haskell

  2. package shake-plus

    Re-export of Shake using well-typed paths and ReaderT. Re-export of Shake using well-typed paths and ReaderT. You can thread logging through your Shake Actions.

  3. package shell-escape

    Shell escaping library. Shell escaping library, offering both Bourne shell and Bash style escaping of ByteStrings.

  4. package simple-media-timestamp-attoparsec

    Attoparsec parser for simple-media-timestamp. Attoparsec parser for simple-media-timestamp.

  5. package simple-session

    Cookie-based session management for the Simple web framework Adds cookie-based session management to simple Controllers. To add to an application, declare the Controller setting's type an instance of HasSession, and wrap routes with withSession. For example:

    data AppSettings = ...
    
    instance HasSession AppSettings where
    ...
    
    controllerApp settings $ withSessions $ do
    routeName \"posts\" $ ...
    
    Then, in your controllers you can seemlessly get and set keys from the session:
    get "/profile" $ do
    muserId <- sessionLookup "current_user_id"
    case muserIf of
    Nothing -> respond $ redirectTo "/login"
    Just userId -> [handle request]
    

  6. package since

    Get the number of seconds since the last invocation Get the number of seconds since the last invocation

  7. package skip-var

    Skip variables Please see the README on GitHub at https://github.com/dtaskoff/skip-var#readme

  8. package slick

    A quick & easy static site builder built with shake and pandoc. Please see the README on GitHub at https://github.com/ChrisPenner/slick#readme

  9. package smith

    Parse arrays of tokens This library is similar in spirit to bytesmith. While bytesmith parses byte sequences, smith parses token sequences. The most common way to use them together is to lex with bytesmith and then parse the token sequence with smith.

  10. package smtp-mail

    Simple email sending via SMTP This packages provides a simple interface for mail over SMTP. Please see the README for more information.

Page 323 of many | Previous | Next