Monthly Hask Anything (September 2022)

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. 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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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

  4. 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

  • Show HN: Name Checker – check your project name accross many sites

    1 project | news.ycombinator.com | 1 Sep 2023
  • Would anyone be interested in hoot: A cabal wrapper for haskell based on Cargo?

    2 projects | /r/haskell | 9 Jul 2023
  • `cabal update` stuck here forever.

    1 project | /r/haskell | 22 May 2023
  • Problems installing hindent witch haskell tool stack on windows 10

    1 project | /r/haskell | 7 Apr 2023
  • Help figuring out output from Cabal resolver

    1 project | /r/haskell | 10 Mar 2023

Did you know that Haskell is
the 25th most popular programming language
based on number of references?