We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caff9c6 commit c03871bCopy full SHA for c03871b
haskell-flake-ghc92.nix
@@ -12,6 +12,7 @@ pkgs: {
12
singletons.source = "3.0.1"; # req because singletons-th-3.1 had bad bounds
13
th-desugar.source = "1.13.1";
14
th-abstraction.source = "0.4.5.0";
15
+ xxhash-ffi.source = "0.3";
16
};
17
18
# (note this is actually unused/we have to duplicate because it doesn't get
haskell-flake-ghc94.nix
#singletons.source = "3.0.1";
th-desugar.source = "1.14";
0 commit comments