Skip to content

Commit 319cb25

Browse files
authored
Merge pull request #39 from asr/ghc-8.6.1
Fixed compilation with GHC 8.6.1-alpha2
2 parents 563c1a3 + 0c9bdf3 commit 319cb25

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)