File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ stack_snapshot(
144144 "exe" ,
145145 ],
146146 },
147- local_snapshot = "//:snapshot-9.10.2 .yaml" ,
147+ local_snapshot = "//:snapshot-9.8.4 .yaml" ,
148148 # stack = "@stack_ignore_global_hints//:bin/stack" if ghc_version == "9.0.1" else None,
149149)
150150
@@ -165,10 +165,10 @@ filegroup(
165165)
166166
167167haskell_register_ghc_nixpkgs (
168- attribute_path = "haskell.compiler.ghc9102 " ,
168+ attribute_path = "haskell.compiler.ghc984 " ,
169169 locale_archive = "@glibc_locales//:locale-archive" ,
170170 repositories = {"nixpkgs" : "@nixpkgs" },
171- version = "9.10.2 " ,
171+ version = "9.8.4 " ,
172172 ghcopts = [
173173 "-Werror" ,
174174 "-Wall" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ library
4545 deepseq >= 1.4.2 ,
4646 inline-c >= 0.6 ,
4747 linear-base >= 0.5 && < 0.6 ,
48- singletons-base >= 3.4 ,
48+ singletons-base >= 3.3 ,
4949 stm >= 2.3 ,
5050 text >= 1.2.3
5151 default-language : Haskell2010
Original file line number Diff line number Diff line change 11{
22 pkgs ? import ./nixpkgs.nix { } ,
3- ghcAttr ? "ghc9102 " ,
3+ ghcAttr ? "ghc984 " ,
44} :
55
66with pkgs ;
Original file line number Diff line number Diff line change 1- resolver : nightly-2025-07-12
1+ resolver : lts-23.27
22
33packages :
44- linear-base-0.5.0
Original file line number Diff line number Diff line change 1- resolver : nightly-2025-07-12
1+ resolver : lts-23.27
22
33packages :
44- jni
You can’t perform that action at this time.
0 commit comments