Skip to content

Commit 0fb3cf2

Browse files
committed
Version 0.7.3: CHANGELOG, bump lower bounds to GHC-8.0.1-shipped versions
1 parent d4a5d70 commit 0fb3cf2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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`.

unix-compat.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: unix-compat
3-
version: 0.7.2
3+
version: 0.7.3
44
synopsis: Portable POSIX-compatibility layer.
55
description: 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

0 commit comments

Comments
 (0)