mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
haskell.packages: group all diagrams overrides
This commit is contained in:
parent
e6cf0980db
commit
6609035410
@ -705,6 +705,7 @@ self: super: {
|
||||
# https://github.com/diagrams/diagrams-core/issues/112
|
||||
# https://github.com/diagrams/diagrams-cairo/issues/77
|
||||
# https://github.com/diagrams/diagrams-rasterific/issues/63
|
||||
# https://github.com/diagrams/diagrams-cairo/issues/77
|
||||
active = doJailbreak super.active;
|
||||
statestack = doJailbreak super.statestack;
|
||||
force-layout = doJailbreak super.force-layout;
|
||||
@ -724,6 +725,10 @@ self: super: {
|
||||
includes = [ "*/CmdLine.hs" ];
|
||||
}));
|
||||
diagrams-rasterific = doJailbreak super.diagrams-rasterific;
|
||||
diagrams-cairo = doJailbreak super.diagrams-cairo;
|
||||
|
||||
# https://github.com/diagrams/diagrams-solve/issues/4
|
||||
diagrams-solve = dontCheck super.diagrams-solve;
|
||||
|
||||
# https://github.com/danidiaz/streaming-eversion/issues/1
|
||||
streaming-eversion = dontCheck super.streaming-eversion;
|
||||
@ -741,9 +746,6 @@ self: super: {
|
||||
# Has a dependency on outdated versions of directory.
|
||||
cautious-file = doJailbreak (dontCheck super.cautious-file);
|
||||
|
||||
# https://github.com/diagrams/diagrams-solve/issues/4
|
||||
diagrams-solve = dontCheck super.diagrams-solve;
|
||||
|
||||
# test suite does not compile with recent versions of QuickCheck
|
||||
integer-logarithms = dontCheck (super.integer-logarithms);
|
||||
|
||||
@ -1809,10 +1811,6 @@ self: super: {
|
||||
passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh;
|
||||
};
|
||||
|
||||
# Too strict version bounds on base and optparse-applicative
|
||||
# https://github.com/diagrams/diagrams-cairo/issues/77
|
||||
diagrams-cairo = doJailbreak super.diagrams-cairo;
|
||||
|
||||
# Too strict version bounds on base
|
||||
# https://github.com/gibiansky/IHaskell/issues/1217
|
||||
ihaskell-display = doJailbreak super.ihaskell-display;
|
||||
|
Loading…
Reference in New Issue
Block a user