-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information
1 parent
0359664
commit d9390f9
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|