haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
741 stars 114 forks source link

deps: unordered-containers >= 0.2.14 #1084

Closed kquick closed 1 year ago

kquick commented 1 year ago

Set lower bounds for unordered-containers to match actual need.

kquick commented 1 year ago

This HLint failure seems completely independent of the change I've proposed here, and I've no idea how to fix it. Created https://github.com/rwe/actions-hlint-run/issues/260 to get more assistance.

Anton-Latukha commented 1 year ago

Solutions ustream were discussed in: https://github.com/ndmitchell/hlint/issues/1208.

Here we had the problem by design, hlint version is pinned in the CI config,

Anton-Latukha commented 1 year ago

Thank you.