Open chrissound opened 4 years ago
Yes, maybe it shouldn't have such restrictive upper version bounds.
I created a package set with:
pkgs.haskellPackages.override {
overrides = self: super: {
pandoc-include-code = pkgs.haskell.lib.doJailbreak super.pandoc-include-code;
};
};
So it seems like it builds with pandoc-types==1.22
.
Workaround in nixpkgs: https://github.com/NixOS/nixpkgs/pull/106084
But it would be nicer to have loose upper version bounds, then such a workaround wasn't necessary.
Just thought I'd report this - not really an issue for myself - I can successfully use (7e4d9d967ff3e3855a7eae48408c43b3400ae6f4) in the meantime.
On the latest commit on master (fa7719659a7c20cddd30375e78d67f3d43161c58):
I suppose this issue might be as pandoc-types would possible be some other version on nixpkgs as opposed to 1.20. I think this could be solved with an override.