File tree 2 files changed +170
-48
lines changed
2 files changed +170
-48
lines changed Original file line number Diff line number Diff line change 19
19
inherit src ;
20
20
evalSystem = "x86_64-linux" ;
21
21
inherit compiler-nix-name ;
22
+ modules = [
23
+ {
24
+ reinstallableLibGhc = false ;
25
+ nonReinstallablePkgs = [
26
+ "rts"
27
+ "ghc-heap"
28
+ "ghc-prim"
29
+ "integer-gmp"
30
+ "integer-simple"
31
+ "base"
32
+ "deepseq"
33
+ "array"
34
+ "ghc-boot-th"
35
+ "pretty"
36
+ "template-haskell"
37
+ "ghcjs-prim"
38
+ "ghcjs-th"
39
+ "ghc-bignum"
40
+ "exceptions"
41
+ "stm"
42
+ "ghc-boot"
43
+ "ghc"
44
+ "Cabal"
45
+ "Win32"
46
+ "array"
47
+ "binary"
48
+ "bytestring"
49
+ "containers"
50
+ "directory"
51
+ "filepath"
52
+ "ghc-boot"
53
+ "ghc-compact"
54
+ "ghc-prim"
55
+ "hpc"
56
+ "mtl"
57
+ "parsec"
58
+ "process"
59
+ "text"
60
+ "time"
61
+ "transformers"
62
+ "unix"
63
+ "xhtml"
64
+ "terminfo"
65
+ ] ;
66
+ }
67
+ ] ;
22
68
} ;
23
69
} )
24
70
] ;
64
110
{ name = "ghc8107" ; stackYaml = "stack-8.10.7.yaml" ; }
65
111
{ name = "ghc902" ; stackYaml = "stack-9.0.2.yaml" ; }
66
112
{ name = "ghc928" ; stackYaml = "stack-9.2.8.yaml" ; }
67
- # { name = "ghc947"; stackYaml = "stack-9.4.7.yaml"; }
68
- # { name = "ghc962 "; stackYaml = "stack-9.6.2 .yaml"; }
113
+ { name = "ghc947" ; stackYaml = "stack-9.4.7.yaml" ; }
114
+ { name = "ghc963 " ; stackYaml = "stack-9.6.3 .yaml" ; }
69
115
]
70
116
) ;
71
117
You can’t perform that action at this time.
0 commit comments