[ghc 9.4.8] experimental but seems to work

parent 69d97371
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
index-state: 2023-12-10T10:34:46Z index-state: 2023-12-10T10:34:46Z
with-compiler: ghc-9.4.7 with-compiler: ghc-9.4.8
optimization: 2 optimization: 2
packages: packages:
......
...@@ -58,7 +58,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -58,7 +58,7 @@ constraints: any.Cabal ==3.8.1.0,
any.authenticate-oauth ==1.7, any.authenticate-oauth ==1.7,
any.auto-update ==0.1.6, any.auto-update ==0.1.6,
any.barbies ==2.0.4.0, any.barbies ==2.0.4.0,
any.base ==4.17.2.0, any.base ==4.17.2.1,
any.base-compat ==0.12.3, any.base-compat ==0.12.3,
any.base-compat-batteries ==0.12.3, any.base-compat-batteries ==0.12.3,
any.base-orphans ==0.9.1, any.base-orphans ==0.9.1,
...@@ -86,7 +86,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -86,7 +86,7 @@ constraints: any.Cabal ==3.8.1.0,
any.bsb-http-chunked ==0.0.0.4, any.bsb-http-chunked ==0.0.0.4,
any.byteable ==0.1.1, any.byteable ==0.1.1,
any.byteorder ==1.0.4, any.byteorder ==1.0.4,
any.bytestring ==0.11.5.2, any.bytestring ==0.11.5.3,
any.bytestring-builder ==0.10.8.2.0, any.bytestring-builder ==0.10.8.2.0,
bytestring-builder +bytestring_has_builder, bytestring-builder +bytestring_has_builder,
any.bzlib-conduit ==0.3.0.2, any.bzlib-conduit ==0.3.0.2,
...@@ -221,11 +221,11 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -221,11 +221,11 @@ constraints: any.Cabal ==3.8.1.0,
any.generic-monoid ==0.1.0.1, any.generic-monoid ==0.1.0.1,
any.generically ==0.1.1, any.generically ==0.1.1,
any.generics-sop ==0.5.1.3, any.generics-sop ==0.5.1.3,
any.ghc ==9.4.7, any.ghc ==9.4.8,
any.ghc-bignum ==1.3, any.ghc-bignum ==1.3,
any.ghc-boot ==9.4.7, any.ghc-boot ==9.4.8,
any.ghc-boot-th ==9.4.7, any.ghc-boot-th ==9.4.8,
any.ghc-heap ==9.4.7, any.ghc-heap ==9.4.8,
any.ghc-lib-parser ==9.4.7.20230826, any.ghc-lib-parser ==9.4.7.20230826,
ghc-lib-parser +threaded-rts, ghc-lib-parser +threaded-rts,
any.ghc-lib-parser-ex ==9.4.0.0, any.ghc-lib-parser-ex ==9.4.0.0,
...@@ -235,7 +235,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -235,7 +235,7 @@ constraints: any.Cabal ==3.8.1.0,
any.ghc-prim ==0.9.1, any.ghc-prim ==0.9.1,
any.ghc-syntax-highlighter ==0.0.9.0, any.ghc-syntax-highlighter ==0.0.9.0,
ghc-syntax-highlighter -dev, ghc-syntax-highlighter -dev,
any.ghci ==9.4.7, any.ghci ==9.4.8,
any.githash ==0.1.7.0, any.githash ==0.1.7.0,
any.graphviz ==2999.20.1.0, any.graphviz ==2999.20.1.0,
graphviz -test-parsing, graphviz -test-parsing,
...@@ -442,7 +442,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -442,7 +442,7 @@ constraints: any.Cabal ==3.8.1.0,
any.primitive-unlifted ==2.1.0.0, any.primitive-unlifted ==2.1.0.0,
any.probability ==0.2.8, any.probability ==0.2.8,
probability +splitbase, probability +splitbase,
any.process ==1.6.17.0, any.process ==1.6.18.0,
any.product-profunctors ==0.11.1.1, any.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2, any.profunctors ==5.6.2,
any.promises ==0.3, any.promises ==0.3,
......
...@@ -12,7 +12,7 @@ rec { ...@@ -12,7 +12,7 @@ rec {
}) })
]; ];
}) })
else pkgs.haskell.compiler.ghc947; else pkgs.haskell.compiler.ghc948;
cabal_install_3_10_1_0 = pkgs.haskell.lib.compose.justStaticExecutables pkgs.haskell.packages.ghc947.cabal-install; cabal_install_3_10_1_0 = pkgs.haskell.lib.compose.justStaticExecutables pkgs.haskell.packages.ghc947.cabal-install;
graphviz_dev = pkgs.graphviz.overrideAttrs (finalAttrs: previousAttrs: { graphviz_dev = pkgs.graphviz.overrideAttrs (finalAttrs: previousAttrs: {
version = "11.0.0~dev"; version = "11.0.0~dev";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment