ghci 8.8.1 → 8.8.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~ghc-bootdep ~ghc-boot-thdep ~ghc-heapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-boot, ghc-boot-th, ghc-heap
API changes (from Hackage documentation)
Files
- ghci.cabal +4/−4
ghci.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: ghci-version: 8.8.1+version: 8.8.3 license: BSD3 license-file: LICENSE@@ -76,9 +76,9 @@ containers >= 0.5 && < 0.7, deepseq == 1.4.*, filepath == 1.4.*,- ghc-boot == 8.8.1,- ghc-boot-th == 8.8.1,- ghc-heap == 8.8.1,+ ghc-boot == 8.8.3,+ ghc-boot-th == 8.8.3,+ ghc-heap == 8.8.3, template-haskell == 2.15.*, transformers == 0.5.*