2023-07-08 01:39:10 -07:00
|
|
|
sel: sup: {
|
|
|
|
haskell = sup.haskell // {
|
|
|
|
packages = sup.haskell.packages // {
|
|
|
|
ghc96 = sup.haskell.packages.ghc96.override {
|
|
|
|
overrides = self: super: {
|
2023-12-24 01:23:02 +11:00
|
|
|
ghc-syntax-highlighter = super.ghc-syntax-highlighter_0_0_10_0;
|
2023-07-08 01:39:10 -07:00
|
|
|
ghc-lib-parser = self.ghc-lib-parser_9_6_3_20231014;
|
|
|
|
|
|
|
|
# https://github.com/amcphail/plot/pull/23
|
|
|
|
plot = super.callCabal2nix "plot" (sup.fetchFromGitHub {
|
|
|
|
owner = "codedownio";
|
|
|
|
repo = "haskell-plot";
|
|
|
|
rev = "dfa26022b5815bcd6a5dd6c818fcd2c4d25c6d44";
|
|
|
|
sha256 = "1snk70l7q98cqflgaqf6l75g4hpcnf284flm9rsmk8kkzd5nnh5k";
|
|
|
|
}) {};
|
|
|
|
|
|
|
|
singletons-base = sup.haskell.lib.dontCheck (self.callHackage "singletons-base" "3.2" {});
|
|
|
|
singletons-th = self.callHackage "singletons-th" "3.2" {};
|
|
|
|
th-desugar = self.callHackage "th-desugar" "1.15" {};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|