Support ghc-9.2

devtest
Lennart Spitzner 2022-12-13 13:19:18 +01:00
parent ce3875d1fd
commit 7eb5fdf0c3
2 changed files with 11 additions and 1 deletions

View File

@ -53,7 +53,7 @@ library
UI.Butcher.Internal.Pretty UI.Butcher.Internal.Pretty
UI.Butcher.Internal.Interactive UI.Butcher.Internal.Interactive
build-depends: build-depends:
{ base >=4.11 && <4.16 { base >=4.11 && <4.17
, free < 5.2 , free < 5.2
, unsafe < 0.1 , unsafe < 0.1
, microlens <0.5 , microlens <0.5

View File

@ -24,6 +24,11 @@
index-state = "2022-07-01T00:00:00Z"; index-state = "2022-07-01T00:00:00Z";
ghc-ver = "ghc902"; ghc-ver = "ghc902";
}; };
hackage-9-02 = {
resolver = "hackage";
index-state = "2022-07-01T00:00:00Z";
ghc-ver = "ghc925";
};
stackage-8-06 = { stackage-8-06 = {
resolver = "stackage"; resolver = "stackage";
stackFile = "stack-8-6.yaml"; stackFile = "stack-8-6.yaml";
@ -44,6 +49,11 @@
stackFile = "stack-9-0.yaml"; stackFile = "stack-9-0.yaml";
ghc-ver = "ghc902"; ghc-ver = "ghc902";
}; };
stackage-9-02 = {
resolver = "stackage";
stackFile = "stack-9-2.yaml";
ghc-ver = "ghc925";
};
}; };
module-flags = [ module-flags = [
# N.B.: There are haskell-nix module options. See the haskell-nix docs # N.B.: There are haskell-nix module options. See the haskell-nix docs