Andreas Abel, 2023-09-11
- Repair build on Windows with GHC 9.6 (
directory-1.3.8.*
): RevokeSafe
status of these modules:System.IO.WindowsCompat
System.IO.PlafCompat
- Tested with GHC 7.10 - 9.8 alpha1.
Andreas Abel, 2023-01-14
- Allow
directory-1.3.8.0
which is no longerSafe
Haskell. Thus, we need to revokeSafe
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
(enablesdirectory-1.3.8.0
). - Tested with GHC 7.10 - 9.6 alpha1.
Andreas Abel, 2022-03-14
- Repair build on Windows (regression in 1.5.0.0, #59).
- Tested with GHC 7.10 - 9.2.
Andreas Abel, 2022-02-12
- Dropped support for GHC ≤ 7.8.
- Support
mtl-2.3
: removedError
instance forBinPackerError
andGZipError
. - Use
sortOn
inpackLargeFirst
(#41). - Fix warnings for
-Wall
and-Wcompat
. - Hardened code by making all imports explicit.
- Tested with GHC 7.10 - 9.2.
Andreas Abel, 2022-02-12
- Remove spurious dependency on
random
. - Bump upper bounds on
base
andtime
. - Tested with GHC 7.0 - 9.2.
Herbert Valerio Riedel, 2020-04-09
- New tuple construction helpers
Data.Tuple.Utils.dup
andData.Tuple.Utils.triple
- Close sockets on connection failure in
connectTCPAddr
(#50)
Herbert Valerio Riedel, 2019-05-20
- GHC 7.0 only compat release
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
SafeHaskell
annotations to modules; all modules except forSystem.Debian
are now explicitly eitherSafe
orTrustworthy
- Add support for
network-3.0
andnetwork-3.1
John Goerzen, 2018-10-13
- Support for GHC 8.6.1 /
base-4.12
(#45)
John Goerzen, 2016-06-15
- Restore compatibility with GHC 7.4.2
John Goerzen, 2016-06-29
-
Removal of
Data.Hash.CRC32.Posix
andSystem.Time.Utils.ParseDate
-
Added explicit
SafeHaskell
annotations to modules