1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Mathijs Kwik cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
doc Move some old docs 2013-10-01 10:53:21 +02:00
maintainers/scripts Move some old docs 2013-10-01 10:53:21 +02:00
pkgs trifecta: override dependency versions 2013-10-04 09:07:45 +02:00
.gitignore
COPYING
default.nix
VERSION