File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE CApiFFI #-}
2
+ #if __GLASGOW_HASKELL__ >= 905
2
3
{-# LANGUAGE Trustworthy #-}
4
+ #else
5
+ {-# LANGUAGE Safe #-}
6
+ #endif
3
7
4
8
-----------------------------------------------------------------------------
5
9
-- |
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ bug-reports: https://github.com/haskell/unix/issues
11
11
synopsis : POSIX functionality
12
12
category : System
13
13
build-type : Configure
14
- tested-with : GHC== 9.0.1 ,
15
- GHC== 8.10.4 ,
14
+ tested-with : GHC== 9.2.4 ,
15
+ GHC== 9.0.2 ,
16
+ GHC== 8.10.7 ,
16
17
GHC== 8.8.4 ,
17
18
GHC== 8.6.5 ,
18
19
GHC== 8.4.4 ,
@@ -68,9 +69,9 @@ library
68
69
buildable : False
69
70
70
71
build-depends :
71
- base >= 4.10 && < 4.17 ,
72
+ base >= 4.10 && < 4.18 ,
72
73
bytestring >= 0.9.2 && < 0.12 ,
73
- filepath >= 1.4.100.0 ,
74
+ filepath >= 1.4.100.0 && < 1.5 ,
74
75
time >= 1.2 && < 1.13
75
76
76
77
exposed-modules :
You can’t perform that action at this time.
0 commit comments