packages feed

ghc 9.2.7 → 9.2.8

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~ghc-bootdep ~ghc-heapdep ~ghciPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc-boot, ghc-heap, ghci

API changes (from Hackage documentation)

Files

GHC/Settings/Config.hs view
@@ -22,7 +22,7 @@ cProjectName          = "The Glorious Glasgow Haskell Compilation System"  cBooterVersion        :: String-cBooterVersion        = "9.2.6"+cBooterVersion        = "9.4.4"  cStage                :: String cStage                = show (2 :: Int)
ghc.cabal view
@@ -3,7 +3,7 @@  Cabal-Version: 1.22 Name: ghc-Version: 9.2.7+Version: 9.2.8 License: BSD3 License-File: LICENSE Author: The GHC Team@@ -71,9 +71,9 @@                    hpc        == 0.6.*,                    transformers == 0.5.*,                    exceptions == 0.10.*,-                   ghc-boot   == 9.2.7,-                   ghc-heap   == 9.2.7,-                   ghci == 9.2.7+                   ghc-boot   == 9.2.8,+                   ghc-heap   == 9.2.8,+                   ghci == 9.2.8      if os(windows)         Build-Depends: Win32  >= 2.3 && < 2.13