Skip to content

Commit 0c9bdf3

Browse files
committed
Fixed compilation with GHC 8.6.1-alpha2.
1 parent 563c1a3 commit 0c9bdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Library
6363
System.PosixCompat.Internal.Time
6464

6565
else
66-
build-depends: unix >= 2.4 && < 2.8
66+
build-depends: unix >= 2.4 && < 2.9
6767
include-dirs: include
6868
includes: HsUnixCompat.h
6969
install-includes: HsUnixCompat.h

0 commit comments

Comments
 (0)