haskell.packages.ghc922.hls-ormolu-plugin: jailbreak

main
Malte Brandy 2 years ago
parent bd2615ed6a
commit e2f8d2ebb0
  1. 1
      pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix

@ -209,6 +209,7 @@ self: super: {
fourmolu = super.fourmolu_0_6_0_0;
# hls-fourmolu-plugin in this version has a to strict upper bound of fourmolu <= 0.5.0.0
hls-fourmolu-plugin = assert super.hls-fourmolu-plugin.version == "1.0.3.0"; doJailbreak super.hls-fourmolu-plugin;
hls-ormolu-plugin = assert super.hls-ormolu-plugin.version == "1.0.2.1"; doJailbreak super.hls-ormolu-plugin;
implicit-hie-cradle = doJailbreak super.implicit-hie-cradle;
# 1.3 introduced support for GHC 9.2.x, so when this assert fails, the jailbreak can be removed
hashtables = assert super.hashtables.version == "1.2.4.2"; doJailbreak super.hashtables;

Loading…
Cancel
Save