BSD-3-Clause licensed by John Goerzen
This version can be pinned in stack with:MissingH-1.4.3.0@sha256:7136282773f7b3e7ce3af856b41dde98a04f9b03c51813c98d040fc060dcaa53,4650

MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use.

Changes

1.4.3.0

  • New tuple construction helpers Data.Tuple.Utils.dup and Data.Tuple.Utils.triple
  • Close sockets on connection failure in connectTCPAddr (#50)

1.4.2.1

  • GHC 7.0 only compat release

1.4.2.0

  • Fix regression (introduced in 1.4.1.0 release) in Data.Compression.Inflate
  • Drop redundant dependency on HUnit
  • Add more explicit SafeHaskell annotations to modules; all modules except for System.Debian are now explicitly either Safe or Trustworthy
  • Add support for network-3.0 and network-3.1

1.4.1.0

  • Support for GHC 8.6.1 / base-4.12 (#45)

1.4.0.1

  • Restore compatibility with GHC 7.4.2

1.4.0.0

  • Removal of Data.Hash.CRC32.Posix and System.Time.Utils.ParseDate

  • Added explicit SafeHaskell annotations to modules