Up to [cvs.NetBSD.org] / pkgsrc / devel / stan
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
recursive revbump after patching lang/ghc910
Bump all Haskell packages after switching the default compiler.
devel/stan: update to stan-0.2.0.0 ## 0.2.0.0 * Add the following inspections: * Partial instance for 'Scientific' method 'GHC.Real.fromRational' (`stan0022`) * Partial 'Scientific' function 'GHC.Real.realToFrac' (`stan0023`) * Partial instance for 'Scientific' method 'GHC.Real.recip' (`stan0024`) * Partial instance for 'Scientific' method 'GHC.Real.(/)' (`stan0025`) Since these change the behaviour of `stan` by default this is a major release. * Support GHC 9.12 (thanks to @ncaq) ## 0.1.3.0 * Add prospective support for GHC 9.10 * thanks to @philderbeast
Recursive revbump after changing the default Haskell compiler
devel/stan: import stan-0.1.2.1 Stan is a command-line tool for analysing Haskell projects. It discovers which parts of the code can potentially be improved, and offers suggestions on how to do so. Stan is searching for not only performance or error-prone code pieces, but it also can help with establishing and applying best-practices from the whole Haskell ecosystem. Although Haskell is a statically typed language, not all properties can be encoded in types. Even though GHC is quite a powerful compiler, it tries to be library-agnostic and provide only language-specific suggestions, while Stan uses the knowledge about the current state of the ecosystem and commonly used libraries. You will find Stan helpful if you enjoy writing in Haskell, but want more guarantees from your code, not provided by the Haskell type system or GHC.