File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.7.3 (2024-10-11)
2+
3+ - Fix ` sysmacros.h ` include for GNU/Hurd
4+ ([ PR #12 ] ( https://github.com/haskell-pkg-janitors/unix-compat/pull/12 ) ).
5+ - Tested with GHC 8.0 - 9.10.
6+
17## Version 0.7.2 (2024-06-25)
28
39- Remove flag ` old-time ` and drop support for ` old-time ` .
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : unix-compat
3- version : 0.7.2
3+ version : 0.7.3
44synopsis : Portable POSIX-compatibility layer.
55description : This package provides portable implementations of parts
66 of the unix package. This package re-exports the unix
@@ -57,16 +57,16 @@ Library
5757 cbits/mktemp.c
5858
5959 extra-libraries : msvcrt
60- build-depends : Win32 >= 2.5.0.0
60+ build-depends : Win32 >= 2.5.0.0 && < 3
6161 build-depends : directory >= 1.3.1 && < 1.4
62- build-depends : filepath >= 1.0 && < 1.6
63- build-depends : time >= 1.0 && < 1.13
62+ build-depends : filepath >= 1.4.1.0 && < 1.6
63+ build-depends : time >= 1.6.0.1 && < 1.13
6464
6565 other-modules :
6666 System.PosixCompat.Internal.Time
6767
6868 else
69- build-depends : unix >= 2.6 && < 2.9
69+ build-depends : unix >= 2.7.2.0 && < 2.9
7070 include-dirs : include
7171 includes : HsUnixCompat.h
7272 install-includes : HsUnixCompat.h
You can’t perform that action at this time.
0 commit comments