File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 os :
1515 - ubuntu-latest
16- - macos-latest
16+ # - macos-latest
1717 name : Nix on ${{ matrix.os }}
1818 runs-on : ${{ matrix.os }}
1919 steps :
Original file line number Diff line number Diff line change 1919 # has only one.
2020 packages . default = config . packages . hackage-server ;
2121 haskellProjects . default = {
22+ basePackages = pkgs . haskell . packages . ghc98 ;
2223 settings = {
2324 hackage-server . check = false ;
24- ap-normalize . check = false ;
2525 # https://community.flake.parts/haskell-flake/dependency#nixpkgs
2626 tar = { super , ... } :
27- { custom = _ : super . tar_0_6_1_0 ; } ;
28- # tasty = { super, ... }:
29- # { custom = _: super.tasty_1_5; };
27+ { custom = _ : super . tar_0_6_2_0 ; } ;
28+ tls = { super , ... } :
29+ { custom = _ : super . tls_2_0_2 ; } ;
30+ tls-session-manager = { super , ... } :
31+ { custom = _ : super . tls-session-manager_0_0_5 ; } ;
32+ tasty = { super , ... } :
33+ { custom = _ : super . tasty_1_5 ; } ;
34+ logict . jailbreak = true ;
35+ integer-logarithms . jailbreak = true ;
36+ time-compat . jailbreak = true ;
37+ indexed-traversable-instances . jailbreak = true ;
3038 } ;
3139 packages = {
3240 # https://community.flake.parts/haskell-flake/dependency#path
33- tls . source = "1.9.0" ;
41+ # tls.source = "1.9.0";
3442 } ;
3543 devShell = {
3644 tools = hp : {
You can’t perform that action at this time.
0 commit comments