-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with ghc(js) 9.8.2 + 9.10.1 #1093
base: develop
Are you sure you want to change the base?
Changes from 1 commit
42228f9
61853b4
df0cdc2
3381a03
730fc64
9f23d8b
961f157
b3fbfdd
e852cb2
2d46489
01308c0
9e410cb
d799ab9
bfc3126
fcf3a0a
4fb1b41
e7668b0
7de05e4
e27dcca
be031e3
508ebb8
769dd6f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ library | |
, text | ||
, time | ||
, transformers | ||
, unix | ||
, unix-compat | ||
, unordered-containers | ||
, utf8-string | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ import System.IO.Temp | |
import System.IO.Unsafe (unsafePerformIO) | ||
import System.PosixCompat.Files | ||
import System.PosixCompat.Types | ||
import System.PosixCompat.User | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I doubt we want to go out of our way to keep using an old version of If |
||
import System.Posix.User | ||
import qualified System.Process as Proc | ||
import Text.ShellEscape (sh, bash, bytes) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this was added but the upstream PR has been merged fpco/haskell-filesystem#27