Unverified Commit 4c5533c5 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

haskell.packages.ghc912.extensions: fix the eval (#460017)

parents 9a5bf499 516f7574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ with haskellLib;
  # Hand pick versions that are compatible with ghc 9.12 and base 4.21
  #

  extensions = doDistribute self.extensions_0_1_0_3;
  extensions = doDistribute self.extensions_0_1_1_0;
  ghc-exactprint = doDistribute self.ghc-exactprint_1_12_0_0;

  #