[Request for Review] Tutorial on determining dependency version bounds

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • haskell-handbook

    Best practices on how to be efficient with Haskell in production

    Recently I realized I have no idea how should I define version bounds for my library and I got pretty confused before I finally figured out the reasoning behind it (thanks to r/haskell and Adam Bergmark from Stackage), so I thought I would capture that reasoning in a short article: https://github.com/wasp-lang/haskell-handbook/blob/master/dependencies-version-bounds.md .

  • 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
  • aeson-schemas

    Easily consume JSON data on-demand with type-safety

  • wasp

    The fastest way to develop full-stack web apps with React & Node.js.

    To support this with an example, executable with pinned dependencies would be https://github.com/wasp-lang/wasp/blob/master/waspc/package.yaml , while a library with loose dependencies would be https://github.com/wasp-lang/strong-path/blob/master/package.yaml .

  • strong-path

    Strongly typed paths in Haskell

    To support this with an example, executable with pinned dependencies would be https://github.com/wasp-lang/wasp/blob/master/waspc/package.yaml , while a library with loose dependencies would be https://github.com/wasp-lang/strong-path/blob/master/package.yaml .

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

  • Building React Forms with Ease Using React Hook Form, Zod and Shadcn

    2 projects | dev.to | 27 Nov 2024
  • Wasp (YC W21) is hiring a framework engineer to build Laravel for JavaScript

    1 project | news.ycombinator.com | 22 Nov 2024
  • Why Your SaaS Emails Aren’t Being Delivered and How to Fix This Issue

    1 project | dev.to | 1 Oct 2024
  • 5 Reasons Why Your Side Projects Fail to Make Money And How to Avoid Them

    1 project | dev.to | 19 Jun 2024
  • Ask HN: Would you use a Low-effort Microservice Builder?

    2 projects | news.ycombinator.com | 6 May 2024

Did you konow that Haskell is
the 24th most popular programming language
based on number of metions?