nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ }:
2
3self: super: {
4 # Disable GHC 9.0.x core libraries.
5 array = null;
6 base = null;
7 binary = null;
8 bytestring = null;
9 Cabal = null;
10 containers = null;
11 deepseq = null;
12 directory = null;
13 exceptions = null;
14 filepath = null;
15 ghc-bignum = null;
16 ghc-boot = null;
17 ghc-boot-th = null;
18 ghc-compact = null;
19 ghc-heap = null;
20 ghc-prim = null;
21 ghci = null;
22 haskeline = null;
23 hpc = null;
24 integer-gmp = null;
25 libiserv = null;
26 mtl = null;
27 parsec = null;
28 pretty = null;
29 process = null;
30 rts = null;
31 stm = null;
32 template-haskell = null;
33 terminfo = null;
34 text = null;
35 time = null;
36 transformers = null;
37 unix = null;
38 xhtml = null;
39 Win32 = null;
40}