Changelog for deepseq-1.4.1.1
Changelog for deepseq package
1.4.1.1 Mar 2015
- Bundled with GHC 7.10.1
- Drop redundant
ghc-primdependency
1.4.1.0 Mar 2015
- Drop redundant constraints from a few
NFDatainstances (if possible for a givenbaseversion)
1.4.0.0 Dec 2014
-
Switch to Generics based
DefaultSignaturernfmethod implementation (based on code fromdeepseq-generics)Compatibility Note: if you need the exact default-method semantics of
deepseqprior to 1.4, replace occurences ofinstance NFData XYZby
instance NFData XYZ where rnf x = seq x () -
New
NFDatainstances forbasetypes:Control.Applicative.ConstControl.Applicative.ZipListControl.Concurrent.ThreadIdData.Functor.Identity.IdentityData.Monoid.{Dual,First,Last,Any,All,Sum,Product}Data.Ord.DownData.Proxy.ProxyData.Typeable.Internal.TyConData.Typeable.Internal.TypeRepData.Unique.UniqueData.Void.VoidGHC.Fingerprint.Type.FingerprintNumeric.Natural.NaturalSystem.Mem.StableName.StableNameForeign.C.Types.C*
1.3.0.2 Nov 2013
- Bundled with GHC 7.8.1
- Update package description to Cabal 1.10 format
- Add support for GHC 7.8
- Drop support for GHCs older than GHC 7.0.1
- Add
/since: .../annotations to Haddock comments - Add changelog
1.3.0.1 Sep 2012
- No changes
1.3.0.0 Feb 2012
- Add instances for
Fixed,a->bandVersion
1.2.0.1 Sep 2011
- Disable SafeHaskell for GHC 7.2
1.2.0.0 Sep 2011
- New function
force - New operator
$!! - Add SafeHaskell support
- Dropped dependency on containers
1.1.0.2 Nov 2010
- Improve Haddock documentation
1.1.0.1 Oct 2010
- Enable support for containers-0.4.x
1.1.0.0 Nov 2009
- Major rewrite
1.0.0.0 Nov 2009
- Initial release