ghci 8.4.1 → 8.4.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~ghc-bootdep ~ghc-boot-thPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-boot, ghc-boot-th
API changes (from Hackage documentation)
Files
- ghci.cabal +3/−3
ghci.cabal view
@@ -1,5 +1,5 @@ name: ghci-version: 8.4.1+version: 8.4.2 license: BSD3 license-file: LICENSE category: GHC@@ -72,8 +72,8 @@ containers == 0.5.*, deepseq == 1.4.*, filepath == 1.4.*,- ghc-boot == 8.4.1,- ghc-boot-th == 8.4.1,+ ghc-boot == 8.4.2,+ ghc-boot-th == 8.4.2, template-haskell == 2.13.*, transformers == 0.5.*