diff --git a/CHANGES.md b/CHANGES.md index 8262419..52dab71 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +# 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_ diff --git a/MissingH.cabal b/MissingH.cabal index c9984e3..d8d2b92 100644 --- a/MissingH.cabal +++ b/MissingH.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: MissingH -version: 1.6.0.0 +version: 1.6.0.1 build-type: Simple license: BSD3 diff --git a/src/System/IO/PlafCompat.hs b/src/System/IO/PlafCompat.hs index cae6f59..8ec2f8f 100644 --- a/src/System/IO/PlafCompat.hs +++ b/src/System/IO/PlafCompat.hs @@ -1,5 +1,5 @@ {-# LANGUAGE CPP #-} -{-# LANGUAGE Safe #-} + {- Platform Compatibility Layer Copyright (c) 2005-2011 John Goerzen diff --git a/src/System/IO/WindowsCompat.hs b/src/System/IO/WindowsCompat.hs index 9b02b7b..6be569e 100644 --- a/src/System/IO/WindowsCompat.hs +++ b/src/System/IO/WindowsCompat.hs @@ -1,5 +1,5 @@ {-# LANGUAGE CPP #-} -{-# LANGUAGE Safe #-} + {- Windows compatibility layer Copyright (c) 2005-2011 John Goerzen