haskellPackages.structured-haskell-mode: mark broken

It doesn't compile with ghc92.

+3
+1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 5050 - stripe-hs 5051 - strong-path 5052 - structural-traversal 5053 - structures 5054 - stt 5055 - stunclient
··· 5050 - stripe-hs 5051 - strong-path 5052 - structural-traversal 5053 + - structured-haskell-mode 5054 - structures 5055 - stt 5056 - stunclient
+2
pkgs/development/haskell-modules/hackage-packages.nix
··· 273095 ]; 273096 description = "Structured editing Emacs mode for Haskell"; 273097 license = lib.licenses.bsd3; 273098 mainProgram = "structured-haskell-mode"; 273099 maintainers = [ lib.maintainers.peti ]; 273100 }) {}; 273101 273102 "structured-mongoDB" = callPackage
··· 273095 ]; 273096 description = "Structured editing Emacs mode for Haskell"; 273097 license = lib.licenses.bsd3; 273098 + hydraPlatforms = lib.platforms.none; 273099 mainProgram = "structured-haskell-mode"; 273100 maintainers = [ lib.maintainers.peti ]; 273101 + broken = true; 273102 }) {}; 273103 273104 "structured-mongoDB" = callPackage