purebred-mua / purebred

A terminal based mail user agent based on notmuch
GNU Affero General Public License v3.0
139 stars 19 forks source link

Update purebred-email and GHC in NixOS CI #443

Closed romanofski closed 2 years ago

frasertweedale commented 2 years ago

need random >= 1.2.

romanofski commented 2 years ago

need random >= 1.2. Yeah.. odd tho.. since checking random should be there:

nix-repl> pkgs.haskell.packages.ghc901.random.version
"1.2.0"

What am I missing ...

romanofski commented 2 years ago

Hm.. interesting.. it's random-1.1 available as a package:

ghc-pkg list | grep random
    random-1.1

Perhaps the flake.lock is locked against an older version of unstable.