The NetBSD Project

CVS log for pkgsrc/devel/stan/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / stan

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:37 2025 UTC (7 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:32 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:07:03 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:21 2024 UTC (11 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 5 08:37:53 2024 UTC (11 months, 2 weeks ago) by pho
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>