Skip to content

Commit 97ced78

Browse files
authored
Relax upper bound on time to allow time-1.7
...after having convincing myself that the changes in time-1.7 are confined to parts not used by `unix` c.f. http://hdiff.luite.com/cgit/time/diff?id=1.7&id2=1.6.0.1 fixes #80
1 parent a3f6bc7 commit 97ced78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
build-depends:
6565
base >= 4.5 && < 4.11,
6666
bytestring >= 0.9.2 && < 0.11,
67-
time >= 1.2 && < 1.7
67+
time >= 1.2 && < 1.8
6868

6969
exposed-modules:
7070
System.Posix

0 commit comments

Comments
 (0)