We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d8586 commit 0cef494Copy full SHA for 0cef494
unix-compat.cabal
@@ -125,7 +125,7 @@ Test-Suite unix-compat-testsuite
125
else
126
build-depends: directory == 1.1.*
127
128
- build-depends: time >= 1.0 && < 1.10
+ build-depends: time >= 1.0 && < 1.13
129
build-depends: directory >= 1.2 && < 1.4
130
131
-- other-modules:
@@ -138,4 +138,4 @@ Test-Suite unix-compat-testsuite
138
-- install-includes: HsUnixCompat.h
139
-- c-sources: cbits/HsUnixCompat.c
140
if os(solaris)
141
- cc-options: -DSOLARIS
+ cc-options: -DSOLARIS
0 commit comments