File tree 2 files changed +19
-11
lines changed
2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 19
19
# has only one.
20
20
packages . default = config . packages . hackage-server ;
21
21
haskellProjects . default = {
22
+ # basePackages = pkgs.haskell.packages.ghc98;
22
23
settings = {
23
24
hackage-server . check = false ;
24
- ap-normalize . check = false ;
25
25
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
26
26
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_1 ; } ;
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 ;
30
38
} ;
31
39
packages = {
32
40
# https://community.flake.parts/haskell-flake/dependency#path
33
- tls . source = "1.9.0" ;
41
+ # tls.source = "1.9.0";
34
42
} ;
35
43
devShell = {
36
44
tools = hp : {
You can’t perform that action at this time.
0 commit comments