Re: Pinned versions should be a requirement.

2023-09-09 Thread Simon Tournier
Hi, On Thu, 07 Sep 2023 at 10:35, Distopico wrote: > In terms of haskell I notice an incompetence of versions so even GHC are > semver the required version was other and several packages are taking > "text" internal GHC type and no the required package, you can see that > in this patch

Re: Pinned versions should be a requirement.

2023-09-07 Thread Distopico
ix import stackage). And note the lint checker, > “guix lint -l”: > > - haskell-stackage: Ensure Haskell packages use Stackage LTS versions > > In terms of haskell I notice an incompetence of versions so even GHC are semver the required version was other and several packages a

Re: Pinned versions should be a requirement.

2023-09-07 Thread Simon Tournier
ith current GHC. (define %default-lts-version "20.5") from the module (guix import stackage). And note the lint checker, “guix lint -l”: - haskell-stackage: Ensure Haskell packages use Stackage LTS versions > For these reasons, I believe that pinned versions should be a > req