packages feed

ghci 8.2.1 → 8.2.2

raw patch · 2 files changed

+9/−13 lines, 2 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)

+ GHCi.TH.Binary: instance Data.Binary.Class.Binary Data.Typeable.Internal.TypeRep
+ GHCi.TH.Binary: instance Data.Binary.Class.Binary GHC.Types.TyCon

Files

changelog.md view
@@ -1,18 +1,14 @@-## 8.2.1  *Jul 2017*--  * Bundled with GHC 8.2.1--  * Add support for StaticPointers in GHCi (#12356)+## 8.2.2 Nov 2017 -  * Move Typeable Binary instances to binary package+  * Bundled with GHC 8.2.2 -## 8.0.2  *Jan 2017*+## 8.2.1 Jul 2017 -  * Bundled with GHC 8.0.2+  * Bundled with GHC 8.2.1 -  * Tag pointers in interpreted constructors (#12523)+  * Add support for StaticPointers in GHCi (#12356) -  * Add `NFData` instances+  * Move Typeable Binary instances to `binary` package  ## 8.0.1  *Feb 2016* 
ghci.cabal view
@@ -1,5 +1,5 @@ name:           ghci-version:        8.2.1+version:        8.2.2 license:        BSD3 license-file:   LICENSE category:       GHC@@ -71,8 +71,8 @@         containers       == 0.5.*,         deepseq          == 1.4.*,         filepath         == 1.4.*,-        ghc-boot         == 8.2.1,-        ghc-boot-th      == 8.2.1,+        ghc-boot         == 8.2.2,+        ghc-boot-th      == 8.2.2,         template-haskell == 2.12.*,         transformers     == 0.5.*