haskell-configuration-common: drop obsolete overrides
This commit is contained in:
parent
e2c6ccf71f
commit
45e819dd49
@ -144,8 +144,6 @@ self: super: {
|
|||||||
extraLibraries = [ pkgs.openblasCompat ];
|
extraLibraries = [ pkgs.openblasCompat ];
|
||||||
});
|
});
|
||||||
|
|
||||||
LambdaHack = super.LambdaHack.override { sdl2-ttf = super.sdl2-ttf_2_0_2; };
|
|
||||||
|
|
||||||
# The Haddock phase fails for one reason or another.
|
# The Haddock phase fails for one reason or another.
|
||||||
acme-one = dontHaddock super.acme-one;
|
acme-one = dontHaddock super.acme-one;
|
||||||
attoparsec-conduit = dontHaddock super.attoparsec-conduit;
|
attoparsec-conduit = dontHaddock super.attoparsec-conduit;
|
||||||
@ -908,9 +906,6 @@ self: super: {
|
|||||||
# missing dependencies: doctest ==0.12.*
|
# missing dependencies: doctest ==0.12.*
|
||||||
html-entities = doJailbreak super.html-entities;
|
html-entities = doJailbreak super.html-entities;
|
||||||
|
|
||||||
# Needs a version that's newer than what we have in lts-9.
|
|
||||||
sbv = super.sbv.override { doctest = self.doctest_0_13_0; };
|
|
||||||
|
|
||||||
# https://github.com/takano-akio/filelock/issues/5
|
# https://github.com/takano-akio/filelock/issues/5
|
||||||
filelock = dontCheck super.filelock;
|
filelock = dontCheck super.filelock;
|
||||||
|
|
||||||
@ -943,9 +938,6 @@ self: super: {
|
|||||||
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
||||||
fluid-idl-scotty = markBroken super.fluid-idl-scotty;
|
fluid-idl-scotty = markBroken super.fluid-idl-scotty;
|
||||||
|
|
||||||
# depends on amqp >= 0.17
|
|
||||||
amqp-utils = super.amqp-utils.override { amqp = dontCheck super.amqp_0_18_1; };
|
|
||||||
|
|
||||||
# Build with gi overloading feature disabled.
|
# Build with gi overloading feature disabled.
|
||||||
ltk = super.ltk.overrideScope (self: super: { haskell-gi-overloading = self.haskell-gi-overloading_0_0; });
|
ltk = super.ltk.overrideScope (self: super: { haskell-gi-overloading = self.haskell-gi-overloading_0_0; });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user