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
|
||||
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
|
||||
} // (let
|
||||
inherit (self) hls-ghcide hls-brittany;
|
||||
|
|
|
@ -3205,7 +3205,6 @@ broken-packages:
|
|||
- authenticate-ldap
|
||||
- authinfo-hs
|
||||
- authoring
|
||||
- autoapply
|
||||
- AutoForms
|
||||
- autom
|
||||
- automata
|
||||
|
|
Loading…
Reference in New Issue