File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ stack_snapshot(
152152 "exe" ,
153153 ],
154154 },
155- local_snapshot = "//:snapshot-9.6.7 .yaml" ,
155+ local_snapshot = "//:snapshot-9.6.4 .yaml" ,
156156 # stack = "@stack_ignore_global_hints//:bin/stack" if ghc_version == "9.0.1" else None,
157157)
158158
@@ -173,10 +173,10 @@ filegroup(
173173)
174174
175175haskell_register_ghc_nixpkgs (
176- attribute_path = "haskell.compiler.ghc967 " ,
176+ attribute_path = "haskell.compiler.ghc964 " ,
177177 locale_archive = "@glibc_locales//:locale-archive" ,
178178 repositories = {"nixpkgs" : "@nixpkgs" },
179- version = "9.6.7 " ,
179+ version = "9.6.4 " ,
180180 ghcopts = [
181181 "-Werror" ,
182182 "-Wall" ,
Original file line number Diff line number Diff line change 11args :
22let pkgs = import ( fetchTarball {
3- sha256 = "0dcslr2lwfaclfl4pmbwb3yw27bnvwlqiif394d3d66vyd163dvy " ;
4- url = "https://github.com/NixOS/nixpkgs/archive/3e3afe5174c561dee0df6f2c2b2236990146329f .tar.gz" ;
3+ sha256 = "sha256:0bpw6x46mp0xqfdwbrhnjn6qlb4avglir993n3cdqg8zv4klgllw " ;
4+ url = "https://github.com/NixOS/nixpkgs/archive/706eef542dec88cc0ed25b9075d3037564b2d164 .tar.gz" ;
55 } ) args ;
66 stack_ignore_global_hints = pkgs . writeScriptBin "stack" ''
77 #!${ pkgs . stdenv . shell }
Original file line number Diff line number Diff line change 11{
22 pkgs ? import ./nixpkgs.nix { } ,
3- ghcAttr ? "ghc967 " ,
3+ ghcAttr ? "ghc964 " ,
44} :
55
66with pkgs ;
Original file line number Diff line number Diff line change 1- resolver : lts-22.44
1+ resolver : lts-22.20
22
33packages :
44- linear-base-0.5.0
Original file line number Diff line number Diff line change 1- resolver : lts-22.44
1+ resolver : lts-22.20
22
33packages :
44- jni
You can’t perform that action at this time.
0 commit comments