Skip to content

Commit d9390f9

Browse files
committed
v1.6.0.1: repair build on Windows with GHC 9.6 (directory-1.3.8):
Revoke `Safe` status of `System.IO.{Windows,Plaf}Compat`.
1 parent 0359664 commit d9390f9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.6.0.1
2+
3+
_Andreas Abel, 2023-09-11_
4+
5+
- Repair build on Windows with GHC 9.6 (`directory-1.3.8.*`):
6+
Revoke `Safe` status of these modules:
7+
* `System.IO.WindowsCompat`
8+
* `System.IO.PlafCompat`
9+
- Tested with GHC 7.10 - 9.8 alpha1.
10+
111
# 1.6.0.0
212

313
_Andreas Abel, 2023-01-14_

MissingH.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: MissingH
3-
version: 1.6.0.0
3+
version: 1.6.0.1
44

55
build-type: Simple
66
license: BSD3

src/System/IO/PlafCompat.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE CPP #-}
2-
{-# LANGUAGE Safe #-}
2+
33
{- Platform Compatibility Layer
44
Copyright (c) 2005-2011 John Goerzen <jgoerzen@complete.org>
55

src/System/IO/WindowsCompat.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{-# LANGUAGE CPP #-}
2-
{-# LANGUAGE Safe #-}
2+
33
{- Windows compatibility layer
44
Copyright (c) 2005-2011 John Goerzen <jgoerzen@complete.org>
55

0 commit comments

Comments
 (0)