packages feed

ghci 8.6.4 → 8.6.5

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 view
@@ -1,5 +1,5 @@ name:           ghci-version:        8.6.4+version:        8.6.5 license:        BSD3 license-file:   LICENSE category:       GHC@@ -72,9 +72,9 @@         containers       >= 0.5 && < 0.7,         deepseq          == 1.4.*,         filepath         == 1.4.*,-        ghc-boot         == 8.6.4,-        ghc-boot-th      == 8.6.4,-        ghc-heap         == 8.6.4,+        ghc-boot         == 8.6.5,+        ghc-boot-th      == 8.6.5,+        ghc-heap         == 8.6.5,         template-haskell == 2.14.*,         transformers     == 0.5.*