Support ghc-9.2
parent
ce3875d1fd
commit
7eb5fdf0c3
|
@ -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
|
||||||
|
|
10
seaaye.nix
10
seaaye.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue