haskellPackages.pandoc-include-code: Jailbreak
...because of restrictive upper version bounds
This commit is contained in:
parent
a0aa0ce42d
commit
afbbf8a438
@ -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…
Reference in New Issue
Block a user