Skip to content

Commit

Permalink
Version 0.7.3: CHANGELOG, bump lower bounds to GHC-8.0.1-shipped vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
andreasabel committed Oct 11, 2024
1 parent d4a5d70 commit 0fb3cf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.7.3 (2024-10-11)

- Fix `sysmacros.h` include for GNU/Hurd
([PR #12](https://github.com/haskell-pkg-janitors/unix-compat/pull/12)).
- Tested with GHC 8.0 - 9.10.

## Version 0.7.2 (2024-06-25)

- Remove flag `old-time` and drop support for `old-time`.
Expand Down
10 changes: 5 additions & 5 deletions unix-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: unix-compat
version: 0.7.2
version: 0.7.3
synopsis: Portable POSIX-compatibility layer.
description: This package provides portable implementations of parts
of the unix package. This package re-exports the unix
Expand Down Expand Up @@ -57,16 +57,16 @@ Library
cbits/mktemp.c

extra-libraries: msvcrt
build-depends: Win32 >= 2.5.0.0
build-depends: Win32 >= 2.5.0.0 && < 3
build-depends: directory >= 1.3.1 && < 1.4
build-depends: filepath >= 1.0 && < 1.6
build-depends: time >= 1.0 && < 1.13
build-depends: filepath >= 1.4.1.0 && < 1.6
build-depends: time >= 1.6.0.1 && < 1.13

other-modules:
System.PosixCompat.Internal.Time

else
build-depends: unix >= 2.6 && < 2.9
build-depends: unix >= 2.7.2.0 && < 2.9
include-dirs: include
includes: HsUnixCompat.h
install-includes: HsUnixCompat.h
Expand Down

0 comments on commit 0fb3cf2

Please sign in to comment.