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.6.0.1
Andreas Abel, 2023-09-11
Repair build on Windows with GHC 9.6 (directory-1.3.8.*):
Revoke Safe status of these modules:
System.IO.WindowsCompat
System.IO.PlafCompat
Tested with GHC 7.10 - 9.8 alpha1.
1.6.0.0
Andreas Abel, 2023-01-14
Allow directory-1.3.8.0 which is no longer Safe Haskell.
Thus, we need to revoke Safe status of the following modules:
Data.MIME.Types
Network.Email.Sendmail
System.IO.HVFS
System.IO.HVFS.Combinators
System.IO.HVFS.InstanceHelpers
System.Path
System.Path.Glob
System.Path.NameManip
Allow unix-2.8.0.0 (enables directory-1.3.8.0).
Tested with GHC 7.10 - 9.6 alpha1.
1.5.0.1
Andreas Abel, 2022-03-14
Repair build on Windows (regression in 1.5.0.0, #59).
Tested with GHC 7.10 - 9.2.
1.5.0.0
Andreas Abel, 2022-02-12
Dropped support for GHC ≤ 7.8.
Support mtl-2.3: removed Error instance for BinPackerError and GZipError.