Changelog for MissingH-1.4.3.1
1.4.3.1
Andreas Abel, 2022-02-12
- Remove spurious dependency on
random. - Bump upper bounds on
baseandtime. - Tested with GHC 7.0 - 9.2.
1.4.3.0
Herbert Valerio Riedel, 2020-04-09
- New tuple construction helpers
Data.Tuple.Utils.dupandData.Tuple.Utils.triple - Close sockets on connection failure in
connectTCPAddr(#50)
1.4.2.1
Herbert Valerio Riedel, 2019-05-20
- GHC 7.0 only compat release
1.4.2.0
Herbert Valerio Riedel, 2019-05-14
- Fix regression (introduced in 1.4.1.0 release) in
Data.Compression.Inflate - Drop redundant dependency on
HUnit - Add more explicit
SafeHaskellannotations to modules; all modules except forSystem.Debianare now explicitly eitherSafeorTrustworthy - Add support for
network-3.0andnetwork-3.1
1.4.1.0
John Goerzen, 2018-10-13
- Support for GHC 8.6.1 /
base-4.12(#45)
1.4.0.1
John Goerzen, 2016-06-15
- Restore compatibility with GHC 7.4.2
1.4.0.0
John Goerzen, 2016-06-29
-
Removal of
Data.Hash.CRC32.PosixandSystem.Time.Utils.ParseDate -
Added explicit
SafeHaskellannotations to modules