cabal2nix icon indicating copy to clipboard operation
cabal2nix copied to clipboard

latest library doesn't pull in other latest library

Open MangoIV opened this issue 3 years ago • 0 comments

singletons-base_3_1 depends on singletons-th_3_1 as specified in the cabal file but hackage2nix generates it so that it depends on singletons-th 3.0.

Ideally it should look it up in the nixpkgs and make it depend on singletons-th_3_1 after finding out that this version exists.

Nixpkgs issue: https://github.com/NixOS/nixpkgs/issues/187430

MangoIV avatar Aug 19 '22 11:08 MangoIV