Skip to content

Commit 0cef494

Browse files
authored
Update unix-compat.cabal
1 parent 79d8586 commit 0cef494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unix-compat.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Test-Suite unix-compat-testsuite
125125
else
126126
build-depends: directory == 1.1.*
127127
else
128-
build-depends: time >= 1.0 && < 1.10
128+
build-depends: time >= 1.0 && < 1.13
129129
build-depends: directory >= 1.2 && < 1.4
130130

131131
-- other-modules:
@@ -138,4 +138,4 @@ Test-Suite unix-compat-testsuite
138138
-- install-includes: HsUnixCompat.h
139139
-- c-sources: cbits/HsUnixCompat.c
140140
if os(solaris)
141-
cc-options: -DSOLARIS
141+
cc-options: -DSOLARIS

0 commit comments

Comments
 (0)