Skip to content

Commit

Permalink
v1.6.0.1: repair build on Windows with GHC 9.6 (directory-1.3.8):
Browse files Browse the repository at this point in the history
Revoke `Safe` status of `System.IO.{Windows,Plaf}Compat`.
  • Loading branch information
andreasabel committed Sep 11, 2023
1 parent 0359664 commit d9390f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion MissingH.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/PlafCompat.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE Safe #-}

{- Platform Compatibility Layer
Copyright (c) 2005-2011 John Goerzen <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/System/IO/WindowsCompat.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE Safe #-}

{- Windows compatibility layer
Copyright (c) 2005-2011 John Goerzen <[email protected]>
Expand Down

0 comments on commit d9390f9

Please sign in to comment.