Skip to content
Snippets Groups Projects
Commit 97ced789 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by GitHub
Browse files

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
parent a3f6bc7b
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ library
build-depends:
base >= 4.5 && < 4.11,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.7
time >= 1.2 && < 1.8
exposed-modules:
System.Posix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment