haskellPackages.pandoc-include-code: Jailbreak

...because of restrictive upper version bounds
wip/yesman
Manuel Bärenz 4 years ago committed by Peter Simons
parent a0aa0ce42d
commit afbbf8a438
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -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

@ -8519,7 +8519,6 @@ broken-packages:
- pandoc-filter-graphviz
- pandoc-filter-indent
- pandoc-include
- pandoc-include-code
- pandoc-japanese-filters
- pandoc-lens
- pandoc-markdown-ghci-filter

Loading…
Cancel
Save