Monthly Hask Anything (September 2022)

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Cabal

    Official upstream development repository for Cabal and cabal-install

    Sometimes cabal's output is confusing with regards to optimization levels: https://github.com/haskell/cabal/issues/6221

  • ghc

    Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).

    bss@monster % ghci GHCi, version 8.8.4: https://www.haskell.org/ghc/ :? for help Loaded GHCi configuration from /home/bss/.ghc/ghci.conf GHCi> :t foldMap foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> m GHCi> :t fold :1:1: error: • Variable not in scope: fold • Perhaps you meant one of these: ‘foldl’ (imported from Prelude), ‘foldr’ (imported from Prelude) GHCi> :t Data.Foldable.fold Data.Foldable.fold :: (Foldable t, Monoid m) => t m -> m GHCi> :t foldMap id foldMap id :: (Foldable t, Monoid m) => t m -> m

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • adhoc-fixtures

    Helps improves tests crafting per-test fixtures

    See the full project.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts