haskell-hsdev: drop broken overrides that no longer succeed
This commit is contained in:
parent
ca171ca0fa
commit
f2787c2af9
1 changed files with 0 additions and 8 deletions
|
@ -167,9 +167,6 @@ self: super: {
|
|||
|
||||
inline-java = addBuildDepend super.inline-java pkgs.jdk;
|
||||
|
||||
# https://github.com/mvoidex/hsdev/issues/11
|
||||
hsdev = dontHaddock super.hsdev;
|
||||
|
||||
# Upstream notified by e-mail.
|
||||
permutation = dontCheck super.permutation;
|
||||
|
||||
|
@ -1100,11 +1097,6 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
hsdev_0_3_3_2 = super.hsdev_0_3_3_2.overrideScope (self: super: {
|
||||
haskell-names = self.haskell-names_0_9_6;
|
||||
network = self.network_3_0_1_1;
|
||||
});
|
||||
|
||||
# Break out of tasty >=0.10 && <1.2.
|
||||
aeson-compat = doJailbreak super.aeson-compat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue