GHC 8.2.1
July 2017GHC 8.2.1Mailing list: GHC 8.2.1 releasedGHC blog: GHC 8.2.1 releasedRelease notes for GHC 8.2.1
New language extensions:
DerivingStrategiesUnboxedSums
Options added to the GHCi :type command:
+dto apply type defaulting to the expression+vto provide information relevant to explicit type application, a feature that was added in GHC 8.0
This GHC version corresponds to base version 4.10.0.0.base-4.10.0.0
BifoldableBifoldable in base andBitraversable,Bitraversable in base previously available from thebifunctorspackage,The bifunctors package are now included inbase.- The
liftA2function is now a method of the Applicative class. - The Semigroup instance for
IOis added. - The
GHC.RecordsRecord field selector polymorphismGHC.Records in base module is added, containing theHasFieldclass which will later support theOverloadedRecordDotextension in GHC 9.2.


