haskellPackages.autoapply: Depend on correct version of th-desugar
Also mark as unbroken
This commit is contained in:
parent
86a1b6c41d
commit
22dbcb3b57
@ -1484,6 +1484,8 @@ self: super: {
|
|||||||
# Too tight version bounds, see https://github.com/haskell-hvr/microaeson/pull/4
|
# Too tight version bounds, see https://github.com/haskell-hvr/microaeson/pull/4
|
||||||
microaeson = doJailbreak super.microaeson;
|
microaeson = doJailbreak super.microaeson;
|
||||||
|
|
||||||
|
autoapply = super.autoapply.override { th-desugar = self.th-desugar_1_11; };
|
||||||
|
|
||||||
# haskell-language-server needs a more current version of pantry to compile
|
# haskell-language-server needs a more current version of pantry to compile
|
||||||
} // (let
|
} // (let
|
||||||
inherit (self) hls-ghcide hls-brittany;
|
inherit (self) hls-ghcide hls-brittany;
|
||||||
|
@ -3205,7 +3205,6 @@ broken-packages:
|
|||||||
- authenticate-ldap
|
- authenticate-ldap
|
||||||
- authinfo-hs
|
- authinfo-hs
|
||||||
- authoring
|
- authoring
|
||||||
- autoapply
|
|
||||||
- AutoForms
|
- AutoForms
|
||||||
- autom
|
- autom
|
||||||
- automata
|
- automata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user