haskellPackages.pandoc-include-code: Jailbreak

...because of restrictive upper version bounds
This commit is contained in:
Manuel Bärenz
2020-12-18 20:27:53 +01:00
committed by Peter Simons
parent a0aa0ce42d
commit afbbf8a438
2 changed files with 3 additions and 1 deletions
@@ -1522,4 +1522,7 @@ self: super: {
essence-of-live-coding-warp = super.essence-of-live-coding-warp.override {
http-client = self.http-client_0_7_3;
};
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super