-
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.
-
-
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 .
-
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 .
Related posts
-
Building React Forms with Ease Using React Hook Form, Zod and Shadcn
-
Wasp (YC W21) is hiring a framework engineer to build Laravel for JavaScript
-
Why Your SaaS Emails Aren’t Being Delivered and How to Fix This Issue
-
5 Reasons Why Your Side Projects Fail to Make Money And How to Avoid Them
-
Ask HN: Would you use a Low-effort Microservice Builder?