Update seaaye.nix versions/pins

master
Lennart Spitzner 2022-12-07 13:27:20 +01:00
parent 86f952e572
commit 118b8ddef2
1 changed files with 7 additions and 6 deletions

View File

@ -4,23 +4,24 @@
{
hackage-8-10 = {
resolver = "hackage";
index-state = "2021-07-01T00:00:00Z";
index-state = "2022-07-01T00:00:00Z";
ghc-ver = "ghc8107";
};
hackage-9-01 = {
hackage-9-00 = {
resolver = "hackage";
index-state = "2021-07-01T00:00:00Z";
ghc-ver = "ghc901";
index-state = "2022-07-01T00:00:00Z";
ghc-ver = "ghc902";
enabled = false;
};
hackage-9-02 = {
resolver = "hackage";
index-state = "2021-11-01T00:00:00Z";
ghc-ver = "ghc921";
index-state = "2022-07-01T00:00:00Z";
ghc-ver = "ghc925";
enabled = false;
};
};
module-flags = [
# { enableLibraryProfiling = true; }
# N.B.: There are haskell-nix module options. See the haskell-nix docs
# for details. Also, be careful about typos: In many cases you
# will not get errors but the typo'd flag will just not have any